|
| | IndefQuad ()=delete |
| |
| | IndefQuad (integrand_fcn fcn) |
| |
| | IndefQuad (integrand_fcn fcn, double b, IntegralType t) |
| |
| double | do_integrate (octave_idx_type &ier, octave_idx_type &neval, double &abserr) |
| |
| OCTAVE_NORETURN float | do_integrate (octave_idx_type &ier, octave_idx_type &neval, float &abserr) |
| |
| | Quad ()=delete |
| |
| | Quad (float_integrand_fcn fcn) |
| |
| | Quad (integrand_fcn fcn) |
| |
| virtual | ~Quad ()=default |
| |
| virtual float | float_integrate () |
| |
| virtual float | float_integrate (octave_idx_type &ier) |
| |
| virtual float | float_integrate (octave_idx_type &ier, octave_idx_type &neval) |
| |
| virtual float | float_integrate (octave_idx_type &ier, octave_idx_type &neval, float &abserr) |
| |
| virtual double | integrate () |
| |
| virtual double | integrate (octave_idx_type &ier) |
| |
| virtual double | integrate (octave_idx_type &ier, octave_idx_type &neval) |
| |
| virtual double | integrate (octave_idx_type &ier, octave_idx_type &neval, double &abserr) |
| |
| | Quad_options () |
| |
| | Quad_options (const Quad_options &opt) |
| |
| | ~Quad_options () |
| |
| double | absolute_tolerance () const |
| |
| void | init () |
| |
| Quad_options & | operator= (const Quad_options &opt) |
| |
| double | relative_tolerance () const |
| |
| void | set_absolute_tolerance (double val) |
| |
| void | set_default_options () |
| |
| void | set_options (const Quad_options &opt) |
| |
| void | set_relative_tolerance (double val) |
| |
| void | set_single_precision_absolute_tolerance (float val) |
| |
| void | set_single_precision_relative_tolerance (float val) |
| |
| float | single_precision_absolute_tolerance () const |
| |
| float | single_precision_relative_tolerance () const |
| |
Definition at line 162 of file Quad.h.