store

Function store 

Source
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.