|
typedef Complex ::Result | Result |
|
typedef Complex ::Result | Result |
|
typedef std::complex< double > | Result |
| The return type of the evaluate method.
|
|
enum | Attribute { ParameterCount,
Evaluation
} |
| Function attributes that require the attention of Composite models. More...
|
|
template<class Model > |
static Model * | load (const std::string &filename) |
| Construct a new Model instance from a file.
|
|
static Function * | load_Function (const std::string &filename) |
| Construct a new Function instance from a file.
|
|
static Function * | factory (const std::string &text) |
| Construct a new Function instance from a string. More...
|
|
static size_t | get_instance_count () |
|
static void * | operator new (size_t size, void *ptr=0) |
|
static void | operator delete (void *location, void *ptr) |
|
static void | operator delete (void *location) |
|
static size_t | get_heap_queue_size () |
|
Callback< Attribute > | changed |
| Callback executed when a Function Attribute has been changed.
|
|
static const char * | Name = "Complex" |
| The name of the class. More...
|
|
static const char * | Name |
| The name of the class.
|
|
static bool | verbose = false |
| Verbosity flag.
|
|
static bool | very_verbose = false |
| Low-level verbosity flag.
|
|
static bool | check_zero = false |
| When set, some Functions will throw an Error if they evaluate to zero.
|
|
static bool | check_variance = false |
| When set, some Functions will throw an Error if input variance <= 0.
|
|
static bool | cache_results = false |
| When set, use the Cached evaluation policy and callbacks.
|
|
const Result | get_identity () const |
| Return the identity of the multiplication group (one)
|
|
void | operate (Result &total, const Result &element) |
| Multiply the total by the element.
|
|
const Result | partial (const Result &element) const |
| Neighbouring terms stay in each other's partial derivatives.
|
|
void | print_parameters (std::string &text, const std::string &sep) const |
| Prints the values of model parameters and fit flags to a string.
|
|
void | calculate (Result &result, std::vector< Result > *grad) |
| Return the result and its gradient.
|
|
void | calculate (Evaluable *eval, std::complex< double > &result, std::vector< std::complex< double > > *grad) |
| Use the calculate method of another Evaluable instance.
|
|
void | copy_evaluation_policy (const Evaluable *other) |
|
void | copy_evaluation_changed (const Function &model) |
| Copy the evaluation changed state of another model instance.
|
|
void | copy_parameter_policy (const Function *) |
| Copy the parameter policy of another instance.
|
|
void | set_parameter_policy (ParameterPolicy *policy) |
| Set the parameter policy.
|
|
Handle * | __reference (bool active) const |
|
void | __dereference (bool auto_delete=true) const |
|
Reference::To< EvaluationPolicy< std::complex< double > > > | evaluation_policy |
| The policy for managing function evaluation.
|
|
Reference::To< ParameterPolicy > | parameter_policy |
| The policy for managing function parameters.
|
|
Reference::To< ArgumentPolicy > | argument_policy |
| The policy for managing function arguments.
|
|
bool | set_parameter_policy_context |
| Set the parameter policy context.
|
|
bool | this_verbose |
| The verbosity of this instance.
|
|
Rotating Vector Model of Stokes Q and U as a function of pulse phase.