cotila  1.2.1
A compile time linear algebra system

◆ operator*() [2/3]

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

Computes the product of a vector and a scalar.