Inherited by gridripper::math::Integrator1D::Simpson, and gridripper::math::Integrator1D::Trapesoidal.
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. | |
| abstract double gridripper::math::Integrator1D::integrate | ( | double[] | x, | |
| double[] | f, | |||
| int | start, | |||
| int | n | |||
| ) | [pure virtual] |
Integrates a function specified by a data set.
| x | the array of x coordinates | |
| f | the array of values | |
| start | the starting index | |
| n | the number of points |
1.5.6