Home
last modified time | relevance | path

Searched refs:FmEval_Reference (Results 1 – 4 of 4) sorted by relevance

/dports/science/libint2/libint-2.7.1/include/libint2/
H A Dboys_fwd.h27 struct FmEval_Reference;
H A Dboys.h142 struct FmEval_Reference { struct
144 … static std::shared_ptr<const FmEval_Reference> instance(int /* mmax */, Real /* precision */) { in instance() argument
147 static auto instance_ = std::make_shared<const FmEval_Reference>(); in instance()
222 FmEval_Reference<Real>::eval(Fm,t,mmax); in eval()
1389 using FmEvalType = libint2::FmEval_Reference<scalar_type>;
1636 using FmEvalType = libint2::FmEval_Reference<scalar_type>;
1668 using FmEvalType = libint2::FmEval_Reference<scalar_type>;
1710 using FmEvalType = libint2::FmEval_Reference<scalar_type>;
H A Dengine.h216 typedef const libint2::FmEval_Reference<scalar_type> core_eval_type;
285 typedef const libint2::FmEval_Reference<scalar_type> core_eval_type;
/dports/science/libint2/libint-2.7.1/tests/unit/
H A Dtest-core-ints.cc31 libint2::FmEval_Reference<LIBINT2_REF_REALTYPE>::eval(Fm_ref_values, Tref, mmax);