cotila  1.2.1
A compile time linear algebra system

◆ operator*() [3/3]

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

Computes the Hadamard, or elementwise, product of two vectors.