Expand description
triangular matrix multiplication module, where some of the operands are treated as triangular matrices
Enums§
- Block
Structure - describes the parts of the matrix that must be accessed.
Functions§
- matmul
- computes the matrix product
[beta * acc] + alpha * lhs * rhs(implicitly conjugating the operands if needed) and stores the result inacc - matmul_
with_ conj - computes the matrix product
[beta * acc] + alpha * lhs * rhs(implicitly conjugating the operands if needed) and stores the result inacc