Type Definition vectrix::RowVector

source ·
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

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.