|
bpp-core
2.2.0
|
This class contains static methods to deal with Function objects. More...
#include <Bpp/Numeric/Function/FunctionTools.h>
Static Public Member Functions | |
| static VVdouble * | computeGrid (Function &function, const ParameterGrid &grid) throw (Exception) |
| Evaluates a function on all points in a given grid. More... | |
This class contains static methods to deal with Function objects.
Definition at line 97 of file FunctionTools.h.
|
static | ||||||||||||||||||||
Evaluates a function on all points in a given grid.
| function | The function to use for the evaluation. |
| grid | The grid defining the set of points to evaluate. |
| Exception | If the parameter names in the grid do not match the ones in the function, or a constraint is matched, etc. |
Definition at line 80 of file FunctionTools.cpp.
References bpp::ApplicationTools::displayGauge(), bpp::ApplicationTools::displayMessage(), bpp::ParameterList::setParameterValue(), and bpp::ParameterList::subList().