Module extendr_api::prelude::modules::core::mul::triangular
source · Expand description
Triangular matrix multiplication module, where some of the operands are treated as triangular matrices.
Enums§
- Describes the parts of the matrix that must be accessed.
Functions§
- Computes the matrix product
[alpha * acc] + beta * lhs * rhsand stores the result inacc. - Computes the matrix product
[alpha * acc] + beta * lhs * rhs(while optionally conjugating either or both of the input matrices) and stores the result inacc.