Ask a Question | Search PSRCHIVE: |
Home
|
ScalarMath.h Abstract base class of unary functions of another Scalar function. Definition: UnaryScalar.h:26 const ScalarMath exp(const ScalarMath &x) Return a ScalarMath instance representing exp(x) Definition: ScalarMath.C:224 Scalar * get_expression() const Access the expression. Definition: ScalarMath.h:70 const ScalarMath sinh(const ScalarMath &x) Return a ScalarMath instance representing sinh(x) Definition: ScalarMath.C:184 bool operator!=(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluations are not equal. Definition: ScalarMath.C:135 const ScalarMath tan(const ScalarMath &x) Return a ScalarMath instance representing tan(x) Definition: ScalarMath.C:176 void set_arg1(T *model) Set the first argument to the binary operation. Definition: BinaryRule.h:76 const ScalarMath operator+(const ScalarMath &b) Nothing operator. Definition: ScalarMath.C:125 bool operator<=(const ScalarMath &, const ScalarMath &) Comparison operator. Definition: ScalarMath.C:286 const ScalarMath erf(const ScalarMath &x) Return a ScalarMath instance representing erf(x) Definition: ScalarMath.C:216 const ScalarMath atan(const ScalarMath &x) Return a ScalarMath instance representing atan(x) Definition: ScalarMath.C:248 bool operator<(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluation of a is less than that of b. Definition: ScalarMath.C:140 ScalarMath(double value=0.0) Default construct from a scalar value. Definition: ScalarMath.C:41 const ScalarMath log(const ScalarMath &x) Return a ScalarMath instance representing log(x) Definition: ScalarMath.C:232 const ScalarMath sin(const ScalarMath &x) Return a ScalarMath instance representing sin(x) Definition: ScalarMath.C:160 Reference::To< Scalar > expression The expression. Definition: ScalarMath.h:75 const ScalarMath operator/(const ScalarMath &a, const ScalarMath &b) Return a ScalarMath instance representing a/b. Definition: ScalarMath.C:113 const ScalarMath pow(const ScalarMath &x, const ScalarMath &y) Return a ScalarMath instance representing x^y. Definition: ScalarMath.C:264 bool operator>=(const ScalarMath &, const ScalarMath &) Comparison operator. Definition: ScalarMath.C:292 const ScalarMath sqrt(const ScalarMath &x) Return a ScalarMath instance representing x^.5. Definition: ScalarMath.C:151 std::ostream & operator<<(std::ostream &o, const ScalarMath &sm) Useful for quickly printing the values. Definition: ScalarMath.h:157 const ScalarMath abs(const ScalarMath &x) Return a ScalarMath instance representing |x|. Definition: ScalarMath.C:208 const ScalarMath tanh(const ScalarMath &x) Return a ScalarMath instance representing tanh(x) Definition: ScalarMath.C:200 Abstract base class of binary functions of two other Scalar functions. Definition: BinaryScalar.h:26 const ScalarMath operator/=(const ScalarMath &b) Division operator. Definition: ScalarMath.C:89 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 const ScalarMath operator-(const ScalarMath &b) Negation operator. Definition: ScalarMath.C:119 const ScalarMath cosh(const ScalarMath &x) Return a ScalarMath instance representing cosh(x) Definition: ScalarMath.C:192 Convenience interface to building expressions from elements. Definition: ScalarMath.h:24 The inverse hyperbolic tangent of a Scalar function. Definition: ScalarInverseHypTangent.h:24 const ScalarMath operator+=(const ScalarMath &b) Addition operator. Definition: ScalarMath.C:71 const ScalarMath atanh(const ScalarMath &x) Return a ScalarMath instance representing atanh(x) Definition: ScalarMath.C:240 bool operator>(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluation of a is less than that of b. Definition: ScalarMath.C:145 const ScalarMath operator=(const ScalarMath &s) Assignment operator. Definition: ScalarMath.C:62 const ScalarMath operator*=(const ScalarMath &b) Multiplication operator. Definition: ScalarMath.C:83 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition: ScalarMath.C:168 The inverse tangent of the ratio of two Scalar functions. Definition: ScalarInverseTangent2.h:24 const ScalarMath operator*(const ScalarMath &a, const ScalarMath &b) Return a ScalarMath instance representing a*b. Definition: ScalarMath.C:107 Estimate< double > get_Estimate() const Evaluate the expression and its estimated error. Definition: ScalarMath.C:279 void set_model(T *model) Set the Function on which the operation will be performed. Definition: UnaryRule.h:67 The inverse tangent of the ratio of two Scalar functions. Definition: ScalarInverseTangent.h:24 double evaluate() const Evaluate the expression. Definition: ScalarMath.C:273 bool operator==(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluations are equal. Definition: ScalarMath.C:130 const ScalarMath atan2(const ScalarMath &y, const ScalarMath &x) Return a ScalarMath instance representing tan(y/x) Definition: ScalarMath.C:255 void set_arg2(T *model) Set the second argument to the binary operation. Definition: BinaryRule.h:93 const ScalarMath operator-=(const ScalarMath &b) Subtraction operator. Definition: ScalarMath.C:77 The error function of a Scalar function. Definition: ScalarErrorFunction.h:24 Generated using doxygen 1.8.17
|