pub type ViewMutMatrix1D<'a, T> = Matrix<ViewMutMem<'a, T>, Dim1>;

Aliased Type§

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