aap/librw

Calculate the determinant of a Matrix

Closed this issue · 0 comments

Sometimes I just want to know if a Matrix is invertible. For that I have to verify if the determinant of the matrix is 0. There currently is no way to calculate the determinant of a Matrix in your library without it being part of the Matrix inversion code. Can you please add it to your math library?