cotila  1.2.1
A compile time linear algebra system

◆ rank()

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

Computes the rank using the reduced row echelon form.