nyx_space::linalg

Type Alias MatrixVec

source
pub type MatrixVec<T, R, C> = VecStorage<T, R, C>;
๐Ÿ‘ŽDeprecated: renamed to VecStorage
Expand description

Renamed to VecStorage.

Aliased Typeยง

struct MatrixVec<T, R, C> { /* private fields */ }