Crate stack_algebra

Source

Macros§

diag
eye
matrix
A macro for creating a matrix.
ones
vector
A macro for composing vectors.
zeros

Structs§

Column
A column in a Matrix.
Matrix
Represents a matrix with constant M rows and constant N columns.
Row
A row in a Matrix.

Traits§

Abs
Defines the absolute value for a type.
MatrixIndex
A helper trait used for indexing operations.
Sqrt
Defines the square-root value for a type.
Zero
Defines a additive identity element for a type.

Functions§

cross

Type Aliases§

RowVector
A matrix with one row and N columns.
Vector
A matrix with one column and M rows.