Type Definition nalgebra::core::OwnedColumnVector [] [src]

type OwnedColumnVector<N, D, A> = OwnedMatrix<N, D, U1, A>;

An owned matrix with one column and D rows.