PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
NegationRule.h Computes the inverse of a model and its partial derivatives. Definition NegationRule.h:21 void calculate(Result &result, std::vector< Result > *gradient) Return the Result and its gradient. Definition NegationRule.h:67 std::string get_name() const Return the name of the class. Definition NegationRule.h:60 void set_model(T *model) Set the Function on which the operation will be performed. Definition UnaryRule.h:67 Project< T > model The Function on which the operation will be performed. Definition UnaryRule.h:44 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 NegationRule< T > * negation(T *model) Returns a new negation of the model. Definition NegationRule.h:51 Generated using doxygen 1.14.0
|