chaotic-society / theoretica

A C++ math library for scientific computing with a simple and elegant interface.
https://chaotic-society.github.io/theoretica/
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Determinant of a generic matrix #17

Closed mattiaisgro closed 2 years ago

mattiaisgro commented 2 years ago

Implement the computation of the determinant of a generic matrix. Code for 2x2 and 3x3 already exists. The code should be implemented in the mat::det() method.

Suggested algorithms: