cotila  1.2.1
A compile time linear algebra system

◆ macs()

template<typename T , std::size_t M, std::size_t N>
constexpr T cotila::macs ( const matrix< T, M, N > &  m)
Parameters
man $M \times N$ matrix
Returns
a scalar $ {\left\lVert \textbf{m} \right\rVert}_1 $ of type T such that $ {\left\lVert \textbf{m} \right\rVert}_1 = \max\limits_j \sum\limits_{i=1}^M \left\lvert \textbf{m}_{ij} \right\rvert $

Computes the maximum absolute column sum norm of a matrix.