Type Definition na::Vector

source ·
pub type Vector<N, D, S> = Matrix<N, D, U1, S>;
Expand description

A matrix with one column and D rows.

Trait Implementations§