RowVector

Type Alias RowVector 

Source
pub type RowVector<const N: usize, T> = Matrix<1, N, T>;
Expand description

A matrix with one row and N columns.

Aliased Typeยง

pub struct RowVector<const N: usize, T> { /* private fields */ }