10 Quadrature ¶
- : Quad (integrand_fcn fcn)¶
- : Quad (integrand_fcn fcn, double abs, double rel)¶
- : virtual doubleintegrate(void)¶
- : virtual doubleintegrate(int &ier)¶
- : virtual doubleintegrate(int &ier, int &neval)¶
- : virtual doubleintegrate(int &ier, int &neval, double &abserr) = 0¶
- : Quad_options (void)¶
- : Quad_options (const Quad_options &opt)¶
- : Quad_options&operator =(const Quad_options &opt)¶
- : voidinit(void)¶
- : voidcopy(const Quad_options &opt)¶
- : voidset_default_options(void)¶
- : voidset_absolute_tolerance(double val)¶
- : voidset_relative_tolerance(double val)¶
- : doubleabsolute_tolerance(void)¶
- : doublerelative_tolerance(void)¶
- : DefQuad (integrand_fcn fcn)¶
- : DefQuad (integrand_fcn fcn, double ll, double ul)¶
- : DefQuad (integrand_fcn fcn, double ll, double ul, double abs, double rel)¶
- : DefQuad (integrand_fcn fcn, double ll, double ul, const ColumnVector &sing)¶
- : DefQuad (integrand_fcn fcn, const ColumnVector &sing, double abs, double rel)¶
- : DefQuad (integrand_fcn fcn, const ColumnVector &sing)¶
- : DefQuad (integrand_fcn fcn, double ll, double ul, const ColumnVector &sing, double abs, double rel)¶
- : IndefQuad (integrand_fcn fcn)¶
- : IndefQuad (integrand_fcn fcn, double b, IntegralType t)¶
- : IndefQuad (integrand_fcn fcn, double b, IntegralType t, double abs, double rel)¶
- : IndefQuad (integrand_fcn fcn, double abs, double rel)¶