☰
Type Definition RowOVector
Other items in
nalgebra
::
base
All crates
?
Type Definition
nalgebra
::
base
::
RowOVector
[
−
]
[src]
pub type RowOVector<T, D> =
Matrix
<T,
U1
, D,
Owned
<T,
U1
, D>>;
Expand description
An owned D-dimensional row vector.