gridripper::math::Integrator1D Class Reference

Integration of non-unigrid one-argument functions. More...

Inherited by gridripper::math::Integrator1D::Simpson, and gridripper::math::Integrator1D::Trapesoidal.

List of all members.

Public Member Functions

abstract double integrate (double[] x, double[] f, int start, int n)
 Integrates a function specified by a data set.

Static Public Member Functions

static void main (String[] args) throws Exception

Classes

class  Simpson
 Simpson integration of non-unigrid one-argument functions.
class  Trapesoidal
 Trapesoidal integration of non-unigrid one-argument functions.


Detailed Description

Integration of non-unigrid one-argument functions.

Version:
0.3, 05/19/2005
Author:
Peter Csizmadia

Member Function Documentation

abstract double gridripper::math::Integrator1D::integrate ( double[]  x,
double[]  f,
int  start,
int  n 
) [pure virtual]

Integrates a function specified by a data set.

Parameters:
x the array of x coordinates
f the array of values
start the starting index
n the number of points
Returns:
the integral


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

Generated on Wed Jun 17 18:47:29 2009 for GridRipper by  doxygen 1.5.6