clvcooke / MatrixMath

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

RREF function #12

Closed RowanFerrabee closed 9 years ago

RowanFerrabee commented 9 years ago

Essential for continuing on with the next steps of the class as well as for optimizing many aspects of our code (specifically calculating determinants and inverse matrices).

sazisurv commented 9 years ago

do we even need an RREF function?

On Sun, Dec 7, 2014 at 8:27 AM, RowanFerrabee notifications@github.com wrote:

Essential continuing on with the next steps of the class as well as for optimizing many aspects of our code (specifically calculating determinants and inverse matrices).

— Reply to this email directly or view it on GitHub https://github.com/clvc/MatrixMath/issues/12.

Awn-Duqoum commented 9 years ago

It would make things faster, plus its a good function to have