pub type ViewMatrixDyn<'a, T> = Matrix<ViewMem<'a, T>, DimDyn>;

Aliased Type§

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