fortran-lapack
Loading...
Searching...
No Matches
la_blas::hemm Interface Reference

HEMM: performs one of the matrix-matrix operations C := alpha*A*B + beta*C, or C := alpha*B*A + beta*C, where alpha and beta are scalars, A is an hermitian matrix and B and C are m by n matrices. More...

Public Member Functions

 la_chemm
 
 la_whemm
 
 la_zhemm
 

Detailed Description

HEMM: performs one of the matrix-matrix operations C := alpha*A*B + beta*C, or C := alpha*B*A + beta*C, where alpha and beta are scalars, A is an hermitian matrix and B and C are m by n matrices.

Member Function/Subroutine Documentation

◆ la_chemm()

la_blas::hemm::la_chemm

◆ la_whemm()

la_blas::hemm::la_whemm

◆ la_zhemm()

la_blas::hemm::la_zhemm

The documentation for this interface was generated from the following file: