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ยง

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