Expand description
matrix multiplication
Modules§
- dot
- dot product
- triangular
- triangular matrix multiplication module, where some of the operands are treated as triangular matrices
Functions§
- matmul
- computes the matrix product
[beta * acc] + alpha * lhs * rhsand 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