Type Definition vectrix::RowVector[][src]

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

A matrix with one row and N columns.

Implementations

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Creates a new vector from the given components.

Trait Implementations

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.