pub type OwnedMatrix4D<T> = Matrix<OwnedMem<T>, Dim4>;

Aliased Type§

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