Module matmul

Module matmul 

Source
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 * rhs and stores the result in acc
matmul_with_conj
computes the matrix product [beta * acc] + alpha * lhs * rhs (implicitly conjugating the operands if needed) and stores the result in acc