☰
Type Definition RowVector
Other items in
nalgebra
::
base
All crates
?
Type Definition
nalgebra
::
base
::
RowVector
[
−
]
[src]
pub type RowVector<T, D, S> =
Matrix
<T,
U1
, D, S>;
Expand description
A matrix with one row and
D
columns .