Searched refs:ocoeff_sj (Results 1 – 4 of 4) sorted by relevance
/dports/science/bagel/bagel-1.2.2/src/scf/fmm/ |
H A D | fmm.h | 60 …void M2M_X(std::shared_ptr<const Matrix> ocoeff_sj, std::shared_ptr<const Matrix> ocoeff_ui) const;
|
H A D | fmm.cc | 294 void FMM::M2M_X(shared_ptr<const Matrix> ocoeff_sj, shared_ptr<const Matrix> ocoeff_ui) const { in M2M_X() argument 301 box_[icnt]->compute_M2M_X(ocoeff_sj, ocoeff_ui); in M2M_X() 440 shared_ptr<const Matrix> ocoeff_sj = ocoeff; in compute_K_ff() local 443 M2M_X(ocoeff_sj, ocoeff_ui); in compute_K_ff()
|
H A D | box.h | 74 …void compute_M2M_X(std::shared_ptr<const Matrix> ocoeff_sj, std::shared_ptr<const Matrix> ocoeff_u…
|
H A D | box.cc | 258 void Box::compute_M2M_X(shared_ptr<const Matrix> ocoeff_sj, shared_ptr<const Matrix> ocoeff_ui) { in compute_M2M_X() argument 261 olm_ndim_ = ocoeff_sj->mdim(); olm_mdim_ = ocoeff_ui->mdim(); in compute_M2M_X() 292 ZMatrix icoeff(nshell0_, ocoeff_sj->mdim(), true); in compute_M2M_X() 297 for (int m = 0; m != ocoeff_sj->mdim(); ++m) in compute_M2M_X() 299 icoeff(n+local_offset, m) = ocoeff_sj->element(n+all_offset, m); in compute_M2M_X()
|