Ask a Question | Search PSRCHIVE: |
![]()
|
ScalarPower.h Abstract base class of binary functions of two other Scalar functions. Definition BinaryScalar.h:22 double partial_arg1(double arg1, double arg2) const Return the partial derivative with respect to the base, x. Definition ScalarPower.C:31 std::string get_name() const Return the name of the class. Definition ScalarPower.C:15 double partial_arg2(double arg1, double arg2) const Return the partial derivative with respect to the exponent, y. Definition ScalarPower.C:40 double function(double arg1, double arg2) const Return x^y. Definition ScalarPower.C:23 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|