Open Physicist137 opened 9 years ago
To make Matrix::rref() to receive arbitrary number of arguments of type Real&, Vector<>& and Matrix&. This will be used in several locations.
Matrix::rref()
Real&
Vector<>&
Matrix&
To make
Matrix::rref()
to receive arbitrary number of arguments of typeReal&
,Vector<>&
andMatrix&
. This will be used in several locations.