cotila  1.2.1
A compile time linear algebra system

◆ trace()

template<typename T , std::size_t M>
constexpr T cotila::trace ( const matrix< T, M, M > &  m)
Parameters
man $ M \times M $ matrix of type T
Returns
the trace of $ \textbf{m} $, $ \textrm{tr}\left(\textbf{m}\right) $ such that $ \textrm{tr}\left(\textbf{m}\right) = \sum\limits_{n=1}^{M} \textbf{m}_{nn} $

Computes the trace of a matrix.