|
tblite
Light-weight tight-binding framework
|
Performs one of the matrix-matrix operations. More...
Performs one of the matrix-matrix operations.
C := alpha*op( A )*op( B ) + beta*C,
where op( X ) is one of
op( X ) = X or op( X ) = X**T,
where alpha and beta are scalars, and A, B and C are matrices with op( A ) an m by k matrix, op( B ) a k by n matrix and C an m by n matrix. Optionally, the transpose matrix of op( A ) and/or op( B ) can be specified with transa and transb, respectively. Matrix dimensions are inferred from the matrix size or can be optionally specified with m, n, and k.