tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
tblite_blas_level3::wrap_symm Interface Reference

Performs one of the symmetric matrix-matrix operations. More...

Public Member Functions

pure subroutine wrap_ssymm (amat, bmat, cmat, side, uplo, alpha, beta)
 
pure subroutine wrap_dsymm (amat, bmat, cmat, side, uplo, alpha, beta)
 

Detailed Description

Performs one of the symmetric matrix-matrix operations.

C := alpha*A*B + beta*C,

or

C := alpha*B*A + beta*C,

where alpha and beta are scalars, A is a symmetric matrix and B and C are m by n matrices.


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