Expand description
Basic vector and matrix-vector operations, including Ax, Ax + βy, Givens rotations, argmax, and rank-1 updates
Traits§
- Argmax
- Argmax for tensors, unlike other traits: it requires
T: PartialOrdand works on tensor of any rank. - MatVec
- Matrix-vector multiplication and transformations
- MatVec
Builder - Builder interface for configuring matrix-vector operations
- VecOps
- Vector operations and basic linear algebra utilities