pub type OwnedMatrix0D<T> = Matrix<OwnedMem<T>, Dim0>;

Aliased Type§

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