Template Function brille::utils::matrix_determinant_and_inverse

Function Documentation

template<typename R>
R brille::utils::matrix_determinant_and_inverse(R *invM, const R *M, const R tol = 0, const int N = 3)

the inverse is, yet again, only defined for square matrices (with non-zero determinants)