cotila  1.2.1
A compile time linear algebra system

◆ operator*() [1/3]

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

Computes the product of a vector and a scalar.