cotila  1.2.1
A compile time linear algebra system

◆ operator*() [1/3]

template<typename T , std::size_t N, std::size_t M>
constexpr matrix<T, N, M> cotila::operator* ( const matrix< T, N, M > &  m,
a 
)
Parameters
man $ N \times M $ matrix of type T
aa scalar of type T
Returns
$ \textbf{m}a $ such that $ \left(\textbf{m} a\right)_{ij} = \textbf{m}_{ij} a $

Computes the sum of a matrix and a scalar.