Module triangular

Module triangular 

Source
Expand description

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

Enums§

BlockStructure
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 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