clvcooke / MatrixMath

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

quickDet() is written but not implemented #15

Closed RowanFerrabee closed 9 years ago

RowanFerrabee commented 9 years ago

Easy fix, someone simply needs to replace all appropriate instances of the det() function call with a quickDet() function call.