Type Definition vectrix::Vector

source ·
pub type Vector<T, const M: usize> = Matrix<T, M, 1>;
Expand description

A matrix with one column and M rows.

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.

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.