cotila  1.2.1
A compile time linear algebra system

◆ det()

template<typename T , std::size_t M>
constexpr T cotila::det ( const matrix< T, M, M > &  m)
Parameters
m$ M \times M $ matrix of type T
Returns
a scalar $ \left\lvert \textbf{m} \right\rvert $ of type T

Computes the determinant using the reduced row echelon form.