bpp-core3
3.0.0
|
This class contains static methods to deal with Function objects. More...
#include <Bpp/Numeric/Function/FunctionTools.h>
Static Public Member Functions | |
static std::shared_ptr< DataTable > | computeGrid (FunctionInterface &function, const ParameterGrid &grid) |
Evaluates a function on all points in a given grid. More... | |
This class contains static methods to deal with Function objects.
Definition at line 63 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. |
Definition at line 53 of file FunctionTools.cpp.
References bpp::ParameterList::createSubList(), bpp::ApplicationTools::displayGauge(), bpp::ApplicationTools::displayMessage(), bpp::ParameterGrid::getDimensionName(), bpp::ParameterGrid::getDimensionNames(), bpp::ParameterGrid::getNumberOfDimensions(), bpp::ParameterGrid::getPoints(), bpp::ParameterGrid::getPointsForDimension(), bpp::ParameterGrid::getTotalNumberOfPoints(), bpp::ParameterList::setParameterValue(), and bpp::TextTools::toString().