Skip to main content

SparseColMatMut

Type Alias SparseColMatMut 

Source
pub type SparseColMatMut<'a, I, T, Rows = usize, Cols = usize> = SparseColMat<Mut<'a, I, T, Rows, Cols>>;
Expand description

view over sparse column major matrix

see SymbolicSparseColMatRef

Aliased Type§

#[repr(transparent)]
pub struct SparseColMatMut<'a, I, T, Rows = usize, Cols = usize>(pub Mut<'a, I, T, Rows, Cols>);

Tuple Fields§

§0: Mut<'a, I, T, Rows, Cols>