cotila  1.2.1
A compile time linear algebra system

◆ operator/() [1/2]

template<typename T , std::size_t N>
constexpr vector<T, N> cotila::operator/ ( a,
const vector< T, N > &  v 
)
Parameters
van N-vector of type T
aa scalar of type T
Returns
$ \textbf{v}/a $ such that $ \left(\textbf{v}/a\right)_i = \frac{\textbf{v}_i}{a} $

Computes division between a vector and a scalar.