pub type OwnedMatrix1D<T> = Matrix<OwnedMem<T>, Dim1>;

Aliased Type§

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