Module matvec

Module matvec 

Source
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: PartialOrd and works on tensor of any rank.
MatVec
Matrix-vector multiplication and transformations
MatVecBuilder
Builder interface for configuring matrix-vector operations
VecOps
Vector operations and basic linear algebra utilities