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

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

An owned matrix with one row and D columns.