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