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.
pub fn cast<C: CubePrimitive, O: CubePrimitive>(input: &Matrix<C>) -> Matrix<O>Store the matrix in the given array following the given stride and layout.