cotila  1.2.1
A compile time linear algebra system

◆ cast()

template<typename T , typename U , std::size_t N, std::size_t M>
constexpr matrix<T, N, M> cotila::cast ( const matrix< U, N, M > &  m)
Parameters
man $ N \times M $ matrix of type U
Returns
an $ N \times M $ matrix of type T containing the casted elements of $ \textbf{M} $

Casts a matrix to another type by static_casting each element.