Ask a Question | Search PSRCHIVE: |
Home
|
PowerLaw.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 double get_offset() const Get the horizontal offset. Definition: PowerLaw.C:45 void set_offset(double offset) Set the horizontal offset. Definition: PowerLaw.C:39 std::string get_name() const Return the name of the class. Definition: PowerLaw.C:20 const ScalarMath log(const ScalarMath &x) Return a ScalarMath instance representing log(x) Definition: ScalarMath.C:232 void calculate(double &x, std::vector< double > *grad=0) Return the value (and gradient, if requested) of the function. Definition: PowerLaw.C:63 const ScalarMath pow(const ScalarMath &x, const ScalarMath &y) Return a ScalarMath instance representing x^y. Definition: ScalarMath.C:264 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void set_scale(double scale) Set the amplitude scale factor. Definition: PowerLaw.C:27 Generated using doxygen 1.8.17
|