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

type ColumnVector<N, D, S> = Matrix<N, D, U1, S>;

A matrix with one column and D rows.