Function cast

Source
pub fn cast<C: CubePrimitive, O: CubePrimitive>(input: &Matrix<C>) -> Matrix<O>
Expand description

Store the matrix in the given array following the given stride and layout.