pub trait CsStorageMut<T, R, C = U1>: CsStorage<T, R, C> + for<'a> CsStorageIterMut<'a, T, R, C> { }
Expand description

Trait for compressed column sparse matrix mutable storage.

Implementors§

source§

impl<T: Scalar, R: Dim, C: Dim> CsStorageMut<T, R, C> for CsVecStorage<T, R, C>