Crate stack_algebra
Source - diag
- eye
- matrix
- A macro for creating a matrix.
- ones
- vector
- A macro for composing vectors.
- zeros
- Column
- A column in a
Matrix
. - Matrix
- Represents a matrix with constant
M
rows and constant N
columns. - Row
- A row in a
Matrix
.
- 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.
- cross
- RowVector
- A matrix with one row and
N
columns. - Vector
- A matrix with one column and
M
rows.