cm-jones / cramer

A lightweight numerical linear algebra library for C++
GNU General Public License v3.0
2 stars 0 forks source link

Remove Matrix::det() and use Matrix::det_via_lu() as the only method to calculate the determinant #3

Open cm-jones opened 4 months ago

cm-jones commented 4 months ago

Matrix::det_via_lu() is more readable and less computationally complex.