pub fn store<C: CubePrimitive, O: CubePrimitive>(
output: &mut SliceMut<O>,
mat: &Matrix<C>,
stride: u32,
layout: MatrixLayout,
)Expand description
Store the matrix in the given array following the given stride and layout.
pub fn store<C: CubePrimitive, O: CubePrimitive>(
output: &mut SliceMut<O>,
mat: &Matrix<C>,
stride: u32,
layout: MatrixLayout,
)Store the matrix in the given array following the given stride and layout.