get_domained_matrices.h File Reference
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)