clvcooke / MatrixMath

A from scratch implementation of basic matrix manipulation and operations in C++
0 stars 2 forks source link

RREF is overloaded and doesn't have to be #14

Open RowanFerrabee opened 9 years ago

RowanFerrabee commented 9 years ago

We should try to combine the functions rref(int&,int); and rref(int&,int,double&); into one function rref(int&,int,double* = NULL);