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