hemm_ performs one of the matrix-matrix operations
C := alpha*A*B + beta*C,
where op( X ) is one of
C := alpha*B*A + beta*C,
alpha and beta are scalars, A is a hermitian matrix and B and C are m ⨉ n matrices..
hemm_
See Implementation
hemm_ performs one of the matrix-matrix operations
C := alpha*A*B + beta*C,
where op( X ) is one of
C := alpha*B*A + beta*C,
alpha and beta are scalars, A is a hermitian matrix and B and C are m ⨉ n matrices..