cotila  1.2.1
A compile time linear algebra system

◆ operator/() [1/2]

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
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} = \frac{\textbf{m}_{ij}}{a} $

Computes division between a matrix and a scalar.