Module mul

Source
Expand description

Matrix multiplication.

Modules§

triangular
Triangular matrix multiplication module, where some of the operands are treated as triangular matrices.

Functions§

matmul
Computes the matrix product [alpha * acc] + beta * lhs * rhs and stores the result in acc.
matmul_with_conj
Computes the matrix product [alpha * acc] + beta * lhs * rhs (while optionally conjugating either or both of the input matrices) and stores the result in acc.