Public Member Functions

CustomFunction Class Reference

User Defined Function, formula taken from user input. More...

#include <udf.h>

Inheritance diagram for CustomFunction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 CustomFunction (const Settings *settings, const std::string &name, const Tplate::Ptr tp, const std::vector< std::string > &vars)
void more_precomputations ()
void calculate_value_in_range (std::vector< realt > const &xx, std::vector< realt > &yy, int first, int last) const
 calculate value at x[i] and _add_ the result to y[i] (for each i)
void calculate_value_deriv_in_range (std::vector< realt > const &xx, std::vector< realt > &yy, std::vector< realt > &dy_da, bool in_dx, int first, int last) const
 wrapper around array version
void set_var_idx (std::vector< Variable * > const &variables)
std::string get_bytecode () const

Detailed Description

User Defined Function, formula taken from user input.

Definition at line 50 of file udf.h.


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

Generated on Mon Jul 18 2011 17:25:27 for Fityk by Doxygen 1.7.1