void setWorkspaceSize(int size)
Definition: Integration.h:49
A 2D-plotting widget.
Definition: Graph.h:123
QString variable()
Definition: Integration.h:52
void init()
Definition: Integration.cpp:104
double gslIntegration()
Definition: Integration.cpp:156
QString logInfo()
Output string added to the log pannel of the application.
Definition: Integration.cpp:173
Abstract base class for data analysis operations.
Definition: Filter.h:43
Integration(ApplicationWindow *parent, Graph *g=0)
Definition: Integration.cpp:62
Definition: Integration.h:34
int d_workspace_size
the value of the workspace size in GSL integration
Definition: Integration.h:69
double area()
Definition: Integration.h:51
QString formula()
Definition: Integration.h:53
Definition: Integration.h:39
Integrand
Definition: Integration.h:39
double d_area
the value of the integral
Definition: Integration.h:65
double d_error
the value of the estimated error in GSL integration
Definition: Integration.h:67
QtiPlot's main window.
Definition: ApplicationWindow.h:133
Definition: Integration.h:39
void output()
Performs the data analysis and takes care of the output.
Definition: Integration.cpp:222
double trapez()
Definition: Integration.cpp:111
QString d_variable
Variable name for the function to be integrated.
Definition: Integration.h:76
Integrand d_integrand
the type of the integrand
Definition: Integration.h:72
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
QString d_formula
Analytical function to be integrated.
Definition: Integration.h:74