cotila  1.2.1
A compile time linear algebra system

◆ operator/() [2/2]

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 $ {\textbf{b}_{ij}}' = \left(\textbf{b}_{ij}\right)^{-1}$ and $ \left(\textbf{a} \circ \textbf{b}'\right)_{ij} = \textbf{a}_{ij} {\textbf{b}'}_{ij} $

Computes elementwise division between two matrices