![]() |
(git:744416f)
|
#include "./base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | gw_dbcsr_utils |
| Common DBCSR matrix operations used by GW modules. | |
Functions/Subroutines | |
| subroutine, public | gw_dbcsr_utils::dbcsr_contract_aba (trans_a_left, trans_a_right, matrix_a, matrix_b, matrix_c, eps_filter, retain_sparsity) |
| Computes C=A B A^T or C=A^T B A for DBCSR matrices. | |