get_domained_matrices.h File Reference
#include "mpqc/chemistry/qc/lcao/mbpt/pno/math_functions.h"
#include "mpqc/chemistry/qc/lcao/mbpt/pno/semi_canonicalize.h"
#include "mpqc/chemistry/qc/lcao/mbpt/pno/sparse_maps.h"
#include "mpqc/chemistry/qc/lcao/mbpt/pno/types.h"
#include "mpqc/math/external/eigen/eigen.h"
#include "mpqc/util/core/exenv.h"
#include "mpqc/util/misc/time.h"
#include <tiledarray.h>
Include dependency graph for get_domained_matrices.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | mpqc::lcao::pno::MatrixGetter< T, P > |
Namespaces | |
mpqc | |
The top-level namespace for all Massively Parallel Quantum Chemistry package. | |
mpqc::lcao | |
mpqc::lcao::pno | |
mpqc::lcao::pno::tasks | |
Functions | |
void | mpqc::lcao::pno::tasks::write_local_mat_tile (RowMatrixXd *Mptr, double const *tptr, std::pair< int, int > mpair, std::pair< int, int > npair, std::atomic< int > *counter) |
void | mpqc::lcao::pno::tasks::write_zero_mat_tile (RowMatrixXd *Mptr, std::pair< int, int > mpair, std::pair< int, int > npair, std::atomic< int > *counter) |
void | mpqc::lcao::pno::tasks::write_local_Z_tile (RowMatrixXd *Zptr, double const *tptr, std::pair< int, int > Xpair, std::pair< int, int > Ipair, std::pair< int, int > Apair, int npao_els, std::atomic< int > *counter) |
void | mpqc::lcao::pno::tasks::write_zero_Z_tile (RowMatrixXd *Zptr, std::pair< int, int > Xpair, std::pair< int, int > Ipair, std::pair< int, int > Apair, int npao_els, std::atomic< int > *counter) |
void | mpqc::lcao::pno::tasks::write_remote_Z_tile (RowMatrixXd *Zptr, TA::Tensor< double > const &t, std::pair< int, int > Xpair, std::pair< int, int > Ipair, std::pair< int, int > Apair, int npao_els, std::atomic< int > *counter) |