cotila  1.2.1
A compile time linear algebra system

◆ operator+() [2/3]

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

Computes the sum of a matrix and a scalar.