pub type OwnedMatrix3D<T> = Matrix<OwnedMem<T>, Dim3>;

Aliased Type§

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