Type Alias nalgebra::base::SliceStorageMut
source · pub type SliceStorageMut<'a, T, R, C, RStride, CStride> = ViewStorageMut<'a, T, R, C, RStride, CStride>;
👎Deprecated: Use ViewStorage(Mut) instead.
Expand description
A mutable matrix data storage for mutable matrix view. Only contains an internal mutable reference to another matrix data storage.
This type alias exists only for legacy purposes and is deprecated. It will be removed
in a future release. Please use
ViewStorageMut
instead. See issue #1076
for the rationale.
Aliased Type§
struct SliceStorageMut<'a, T, R, C, RStride, CStride> { /* private fields */ }