golib  0.5
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
goIntegral< T > Class Template Reference

Public Types

enum  GO_INTEGRAL_TYPE { GO_INTEGRAL_TRAPEZ }
 

Public Member Functions

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 ()
 
eval ()
 Evaluates the integral value.
 

Protected Attributes

goArray< T > * function
 Function values.
 
GO_INTEGRAL_TYPE type
 
goIntegralStatus status
 
value
 
distance
 
bool delete_function
 

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