ergo
|
Go to the source code of this file.
Typedefs | |
typedef ergo_real | real |
Functions | |
template<typename TYPE1 , typename TYPE2 > | |
void | transform_matrix_from_to (const TYPE1 &A, TYPE2 &B, const ParamsType &P) |
template<> | |
void | transform_matrix_from_to< symmMatrix, symmMatrix > (const symmMatrix &A, symmMatrix &B, const ParamsType &P) |
template<> | |
void | transform_matrix_from_to< normalMatrix, normalMatrix > (const normalMatrix &A, normalMatrix &B, const ParamsType &P) |
template<> | |
void | transform_matrix_from_to< triangMatrix, triangMatrix > (const triangMatrix &A, triangMatrix &B, const ParamsType &P) |
Contains specializations of template function transform_matrix_from_to for various matrix types. If Chunks and Tasks are not used, than no transformation is needed.
|
inline |
Referenced by GetDensFromFock::get_dens_from_fock_sparse(), and main().
|
inline |
|
inline |
|
inline |