cotila  1.2.1
A compile time linear algebra system

◆ rref() [1/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)
Parameters
man $ M \times N $ matrix of type T
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. The tolerance for determining negligible elements is $ \max\left(N, M\right) \cdot \epsilon \cdot {\left\lVert \textbf{m} \right\rVert}_\infty $.