nalgebra::base

Type Alias 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 */ }