5 #ifndef BPP_NUMERIC_FUNCTION_FUNCTIONTOOLS_H 6 #define BPP_NUMERIC_FUNCTION_FUNCTIONTOOLS_H 9 #include "../VectorTools.h" 10 #include "../DataTable.h" 78 static std::shared_ptr<DataTable> computeGrid(
83 #endif // BPP_NUMERIC_FUNCTION_FUNCTIONTOOLS_H const std::string & getDimensionName(unsigned int i) const
std::vector< std::string > names_
This is the function abstract class.
This class is a data structure to specify a set of parameter values (most likely for evaluation by a ...
size_t getTotalNumberOfPoints() const
const VVdouble & getPoints() const
std::vector< double > Vdouble
size_t getNumberOfDimensions() const
Index out of bounds exception class.
const Vdouble & getPointsForDimension(unsigned int i) const
void addDimension(const std::string &name, const Vdouble &values)
Add a new dimension (parameter name + corresponding values).
std::vector< Vdouble > VVdouble
const std::vector< std::string > & getDimensionNames() const