Expand description
addition and subtraction of matrices
Structs§
- Dense
- Dense matrix tag.
- Dense
Col - Dense column vector tag.
- Dense
Row - Dense row vector tag.
- Diag
- Diagonal matrix tag.
- Perm
- Permutation matrix tag.
- Scalar
- Scalar value tag.
- Scale
- Scaling factor tag.
- Sparse
ColMat - Sparse column-major matrix tag.
- Sparse
RowMat - Sparse row-major matrix tag.
Traits§
- Generic
Matrix - Generic matrix trait.
- Generic
Matrix Mut - Generic mutable matrix trait.
- MatAdd
- Matrix addition.
- MatAdd
Assign - Matrix addition.
- MatEq
- Matrix equality comparison.
- MatMul
- Matrix multiplication.
- MatMul
Assign - Matrix multiplication.
- MatNeg
- Matrix negation.
- MatSub
- Matrix subtraction.
- MatSub
Assign - Matrix subtraction.
- Matrix
Kind - Trait for describing the view and owning variants of a given matrix type tag.
Functions§
- scale
- Returns a scaling factor with the given value.