pub type ViewMatrix0D<'a, T> = Matrix<ViewMem<'a, T>, Dim0>;

Aliased Type§

struct ViewMatrix0D<'a, T> { /* private fields */ }