Module faer_core::mul::triangular
source · Expand description
Triangular matrix multiplication module, where some of the operands are treated as triangular matrices.
Enums
Functions
- Computes the matrix product
[alpha * acc] + beta * Op_lhs(lhs) * Op_rhs(rhs)and stores the result inacc.