|
enum | GO_INTEGRAL_TYPE { GO_INTEGRAL_TRAPEZ
} |
|
|
void | setFunction (goArray< T > &v, T dist) |
| Sets the function values and the distance (x-axis) between two values.
|
|
void | setDistance (T dist) |
| Sets the distance between two function values.
|
|
void | setFunctionPtr (goArray< T > *v) |
| Sets a pointer to a function value array. The array has to be deleted by the user.
|
|
void | setType (GO_INTEGRAL_TYPE t) |
|
GO_INTEGRAL_TYPE | getType () |
|
T | eval () |
| Evaluates the integral value.
|
|
The documentation for this class was generated from the following files:
- gointegral.h
- gointegral.cc