(liboctave.info)Quadrature


Next: Ordinary Differential Equations Prev: Optimization Up: Top
Enter node , (file) or (file)node

10 Quadrature
*************

 -- : Quad (integrand_fcn FCN)
 -- : Quad (integrand_fcn FCN, double ABS, double REL)

 -- : virtual double integrate (void)
 -- : virtual double integrate (int &IER)
 -- : virtual double integrate (int &IER, int &NEVAL)
 -- : virtual double integrate (int &IER, int &NEVAL, double &ABSERR) =
          0

 -- : Quad_options (void)
 -- : Quad_options (const Quad_options &OPT)

 -- : Quad_options& operator = (const Quad_options &OPT)

 -- : void init (void)

 -- : void copy (const Quad_options &OPT)

 -- : void set_default_options (void)

 -- : void set_absolute_tolerance (double VAL)

 -- : void set_relative_tolerance (double VAL)

 -- : double absolute_tolerance (void)
 -- : double relative_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)

Collocation Weights

automatically generated by info2www version 1.2.2.9