Type Definition nalgebra::base::MatrixSlice1

source ·
pub type MatrixSlice1<'a, N, RStride = U1, CStride = U1> = MatrixSliceN<'a, N, U1, RStride, CStride>;
Expand description

A column-major 1x1 matrix slice.