Type Alias nalgebra::base::SliceStorage
source · pub type SliceStorage<'a, T, R, C, RStride, CStride> = ViewStorage<'a, T, R, C, RStride, CStride>;
👎Deprecated: Use ViewStorage(Mut) instead.
Expand description
A matrix data storage for a matrix view. Only contains an internal 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
ViewStorage
instead. See issue #1076
for the rationale.
Aliased Type§
struct SliceStorage<'a, T, R, C, RStride, CStride> { /* private fields */ }