Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CauchyPV Class Reference

#include <integrate.h>

List of all members.

Public Methods

 CauchyPV ()
 CauchyPV (const CauchyPV &)
template<class F> double operator() (F f, double a, double s, double b)

Public Attributes

double& abs_tolerance
double& rel_tolerance
unsigned& order
unsigned& recursion_limit

Private Types

typedef integrator<double> I

Private Attributes

I integ


Member Typedef Documentation

typedef integrator< double > CauchyPV::I<double> [private]
 

Definition at line 300 of file integrate.h.


Constructor & Destructor Documentation

CauchyPV::CauchyPV ( ) [inline]
 

Definition at line 406 of file num_integrate.h.

CauchyPV::CauchyPV ( const CauchyPV & c ) [inline]
 

Definition at line 414 of file num_integrate.h.


Member Function Documentation

template<class F>
double CauchyPV::operator() ( F f,
double a,
double s,
double b ) [inline]
 

Definition at line 439 of file num_integrate.h.


Member Data Documentation

double & CauchyPV::abs_tolerance
 

Definition at line 303 of file integrate.h.

I CauchyPV::integ [private]
 

Definition at line 324 of file integrate.h.

Referenced by operator()().

unsigned & CauchyPV::order
 

Definition at line 305 of file integrate.h.

unsigned & CauchyPV::recursion_limit
 

Definition at line 306 of file integrate.h.

double & CauchyPV::rel_tolerance
 

Definition at line 304 of file integrate.h.


The documentation for this class was generated from the following files:

Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7