cotila  1.2.1
A compile time linear algebra system

◆ cast()

template<typename T , typename U , std::size_t N>
constexpr vector<T, N> cotila::cast ( const vector< U, N > &  v)
Parameters
van N-vector of type U
Returns
an N-vector of type T containing the casted elements of $ \textbf{v} $

Casts a vector to another type by static_casting each element.