pub type OwnedMatrixDyn<T> = Matrix<OwnedMem<T>, DimDyn>;

Aliased Type§

struct OwnedMatrixDyn<T> { /* private fields */ }