|
tblite
Light-weight tight-binding framework
|
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) |
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.