pub type ViewMutMatrixDyn<'a, T> = Matrix<ViewMutMem<'a, T>, DimDyn>;

Aliased Type§

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