Static Public Member Functions | |
| static void | getPoints (int order, Array< double > &wgt, Array< double > &x, Array< double > &y) |
| static bool | test (int p) |
Static Private Member Functions | |
| static double | exact (int a, int b) |
Definition at line 47 of file SundanceQuadQuadrature.hpp.
| double QuadQuadrature::exact | ( | int | a, | |
| int | b | |||
| ) | [static, private] |
| void QuadQuadrature::getPoints | ( | int | order, | |
| Array< double > & | wgt, | |||
| Array< double > & | x, | |||
| Array< double > & | y | |||
| ) | [static] |
Definition at line 9 of file SundanceQuadQuadrature.cpp.
References Sundance::Gauss1D::nodes(), Sundance::Gauss1D::nPoints(), and Sundance::Gauss1D::weights().
Referenced by test().
| bool QuadQuadrature::test | ( | int | p | ) | [static] |
Definition at line 39 of file SundanceQuadQuadrature.cpp.
References exact(), getPoints(), and Sundance::pow().