cotila  1.2.1
A compile time linear algebra system

◆ inverse()

template<typename T , std::size_t M>
constexpr matrix<T, M, M> cotila::inverse ( const matrix< T, M, M > &  m)
Parameters
man $ M \times M $ matrix of type T
Returns
The inverse of $ \textbf{m} $, $ \textbf{m}^{-1}$ such that $ \textbf{m}\textbf{m}^{-1} = \textbf{m}^{-1}\textbf{m} = \textbf{I}_{M} $

Computes the inverse of a matrix using the reduced row echelon form.