Public Member Functions | |
Jworker (const symmMatrix &D_, const IntegralInfo &integralInfo_, const BasisInfoStruct &basisInfo_, const triangMatrix &invCholFactor_, bool doInvCholFactorTransformation_, const JK::Params &J_K_params_, std::vector< int > const &permutationHML_) | |
void | ComputeMatrix (ergo_real param, symmMatrix &result) const |
Private Attributes | |
const symmMatrix & | D |
const IntegralInfo & | integralInfo |
const BasisInfoStruct & | basisInfo |
const triangMatrix & | invCholFactor |
bool | doInvCholFactorTransformation |
JK::Params | J_K_params |
std::vector< int > const & | permutationHML |
Jworker::Jworker | ( | const symmMatrix & | D_, | |
const IntegralInfo & | integralInfo_, | |||
const BasisInfoStruct & | basisInfo_, | |||
const triangMatrix & | invCholFactor_, | |||
bool | doInvCholFactorTransformation_, | |||
const JK::Params & | J_K_params_, | |||
std::vector< int > const & | permutationHML_ | |||
) | [inline] |
void Jworker::ComputeMatrix | ( | ergo_real | param, | |
symmMatrix & | result | |||
) | const |
const BasisInfoStruct& Jworker::basisInfo [private] |
const symmMatrix& Jworker::D [private] |
bool Jworker::doInvCholFactorTransformation [private] |
const IntegralInfo& Jworker::integralInfo [private] |
const triangMatrix& Jworker::invCholFactor [private] |
JK::Params Jworker::J_K_params [private] |
std::vector<int> const& Jworker::permutationHML [private] |