pub type OwnedMatrix2D<T> = Matrix<OwnedMem<T>, Dim2>;

Aliased Type§

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