cotila  1.2.1
A compile time linear algebra system

◆ rref() [2/2]

template<typename T , std::size_t M, std::size_t N>
constexpr matrix<T, M, N> cotila::rref ( const matrix< T, M, N > &  m,
tolerance 
)
Parameters
man $ M \times N $ matrix of type T
tolerancethe tolerance used to determine when an element is negligible (near zero)
Returns
an $ M \times N $ matrix of type T, the reduced row echelon form of $ \textbf{m} $

Computes the reduced row echelon form of a matrix using Gauss-Jordan elimination.