cotila  1.2.1
A compile time linear algebra system

◆ operator/() [2/2]

template<typename T , std::size_t N>
constexpr vector<T, N> cotila::operator/ ( const vector< T, N > &  a,
const vector< T, N > &  b 
)
Parameters
aan N-vector of type T
ban N-vector of type T
Returns
$ \textbf{a} \circ \textbf{b}' $ such that $ {\textbf{b}_i}' = \left(\textbf{b}_i\right)^{-1}$ and $ \left(\textbf{a} \circ \textbf{b}'\right)_i = \textbf{a}_i {\textbf{b}'}_i $

Computes elementwise division between two vectors