Home
last modified time | relevance | path

Searched refs:Gaussian_Int (Results 1 – 3 of 3) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/integral/ecp/testcode/sointegral/
H A Dmain.cc16 class Gaussian_Int { class
21 Gaussian_Int(const double exp) : exponent_(exp) {} in Gaussian_Int() function in test::Gaussian_Int
22 ~Gaussian_Int() {} in ~Gaussian_Int()
92 RadialInt<Gaussian_Int, const double> radial(zeta, true, max_iter, thresh_int); in main()
/dports/science/bagel/bagel-1.2.2/src/integral/ecp/testcode/ang_proj/
H A Dtest.h18 class Gaussian_Int {
24 Gaussian_Int(const double exp) : exponent_(exp) {} in Gaussian_Int() function
25 ~Gaussian_Int() {} in ~Gaussian_Int()
H A Dmain.cc163 RadialInt<Gaussian_Int, const double> radial(exp, true, max_iter, thresh_int); in main()