Crate vector_victor

Source

Modules§

decompose
index
Helper trait for ergonomic matrix subscripting

Macros§

swizzle
Rearrange the rows of a matrix by the given row identifiers

Structs§

Matrix
A 2D array of values which can be operated upon.

Type Aliases§

Vector
An alias for a Matrix with a single column