pub type ViewMutMatrix0D<'a, T> = Matrix<ViewMutMem<'a, T>, Dim0>;

Aliased Type§

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