mpqc::lcao::pno::tasks Namespace Reference

Functions

void write_local_mat_tile (RowMatrixXd *Mptr, double const *tptr, std::pair< int, int > mpair, std::pair< int, int > npair, std::atomic< int > *counter)
 
void write_zero_mat_tile (RowMatrixXd *Mptr, std::pair< int, int > mpair, std::pair< int, int > npair, std::atomic< int > *counter)
 
void 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 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 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)
 

Function Documentation

◆ write_local_mat_tile()

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 
)
inline

◆ write_local_Z_tile()

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 
)
inline

◆ write_remote_Z_tile()

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 
)
inline

◆ write_zero_mat_tile()

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 
)
inline

◆ write_zero_Z_tile()

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 
)
inline