Ask a Question | Search PSRCHIVE: |
![]()
|
Cached.h void update(bool need_gradient) const Updates the result (and gradient when needed) Definition Cached.h:63 std::vector< Result > cached_gradient The gradient cached in the last call to calculate. Definition Cached.h:96 std::string class_name() const Return the name of the class for debugging. Definition Cached.h:57 Result evaluate(std::vector< Result > *gradient=0) const Implement the evaluate method of the Function. Definition Cached.h:35 Result cached_result The result cached in the last call to calculate. Definition Cached.h:93 CalculatePolicy(T *context) Default destructor. Definition CalculatePolicy.h:27 Function * get_context() const Return the Function for whom this policy operates. Definition FunctionPolicy.h:32 void set_evaluation_changed(bool _changed=true) Set true if the Function evaluation has changed. Definition Function.C:129 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|