Home
last modified time | relevance | path

Searched refs:TennoGmEval (Results 1 – 6 of 6) sorted by relevance

/dports/science/libint2/libint-2.7.1/include/libint2/
H A Dboys.h832 struct TennoGmEval { struct
852 TennoGmEval(unsigned int mmax, Real precision = -1) : argument
882 ~TennoGmEval() { in ~TennoGmEval() argument
888 static std::shared_ptr<const TennoGmEval> instance(int m_max, double = 0) {
892 static auto instance_ = std::make_shared<const TennoGmEval>(m_max); argument
898 auto new_instance = std::make_shared<const TennoGmEval>(m_max); argument
1314TennoGmEval<Real>::cheb_table[TennoGmEval<Real>::cheb_table_nintervals][(TennoGmEval<Real>::cheb_t…
1319TennoGmEval<Real>::cheb_table[TennoGmEval<Real>::cheb_table_nintervals][(TennoGmEval<Real>::cheb_t…
H A Dtenno_cheb15.h15 template<> double libint2::TennoGmEval<double>::cheb_table[cheb_table_nintervals][(cheb_table_mmax+…
H A Dboys_fwd.h39 struct TennoGmEval;
H A Dengine.h350 typedef const libint2::TennoGmEval<scalar_type>
362 typedef const libint2::TennoGmEval<scalar_type>
/dports/science/libint2/libint-2.7.1/tests/unit/
H A Dtest-core-ints.cc62 auto tenno_eval = libint2::TennoGmEval<scalar_type>::instance(mmax);
/dports/science/libint2/libint-2.7.1/src/bin/profile/
H A Dprofile.cc597 libint2::TennoGmEval<double> tenno_eval(mmax, 1e-15); in do_stg()