pub type ViewMatrix1D<'a, T> = Matrix<ViewMem<'a, T>, Dim1>;

Aliased Type§

struct ViewMatrix1D<'a, T> { /* private fields */ }