nalgebra::base

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