Ask a Question | Search PSRCHIVE: |
![]()
|
ScalarMath.h Convenience interface to building expressions from elements. Definition ScalarMath.h:19 const ScalarMath operator/=(const ScalarMath &b) Division operator. Definition ScalarMath.C:89 ScalarMath(double value=0.0) Default construct from a scalar value. Definition ScalarMath.C:41 Estimate< double > get_Estimate() const Evaluate the expression and its estimated error. Definition ScalarMath.C:279 double evaluate() const Evaluate the expression. Definition ScalarMath.C:273 Scalar * get_expression() const Access the expression. Definition ScalarMath.h:60 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 operator+=(const ScalarMath &b) Addition operator. Definition ScalarMath.C:71 const ScalarMath operator-=(const ScalarMath &b) Subtraction operator. Definition ScalarMath.C:77 Reference::To< Scalar > expression The expression. Definition ScalarMath.h:65 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 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 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 const ScalarMath operator*(const ScalarMath &a, const ScalarMath &b) Return a ScalarMath instance representing a*b. Definition ScalarMath.C:107 const ScalarMath atan(const ScalarMath &x) Return a ScalarMath instance representing atan(x) Definition ScalarMath.C:248 const ScalarMath cos(const ScalarMath &x) Return a ScalarMath instance representing cos(x) Definition ScalarMath.C:168 bool operator==(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluations are equal. Definition ScalarMath.C:130 const ScalarMath pow(const ScalarMath &x, const ScalarMath &y) Return a ScalarMath instance representing x^y. Definition ScalarMath.C:264 const ScalarMath operator/(const ScalarMath &a, const ScalarMath &b) Return a ScalarMath instance representing a/b. Definition ScalarMath.C:113 const ScalarMath sqrt(const ScalarMath &x) Return a ScalarMath instance representing x^.5. Definition ScalarMath.C:151 const ScalarMath atan2(const ScalarMath &y, const ScalarMath &x) Return a ScalarMath instance representing tan(y/x) Definition ScalarMath.C:255 const ScalarMath exp(const ScalarMath &x) Return a ScalarMath instance representing exp(x) Definition ScalarMath.C:224 std::ostream & operator<<(std::ostream &o, const ScalarMath &sm) Useful for quickly printing the values. Definition ScalarMath.h:152 bool operator!=(const ScalarMath &a, const ScalarMath &b) Return true if the expression evaluations are not equal. Definition ScalarMath.C:135 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 &b) Negation operator. Definition ScalarMath.C:119 const ScalarMath operator+(const ScalarMath &b) Nothing operator. Definition ScalarMath.C:125 const ScalarMath tanh(const ScalarMath &x) Return a ScalarMath instance representing tanh(x) Definition ScalarMath.C:200 const ScalarMath abs(const ScalarMath &x) Return a ScalarMath instance representing |x|. Definition ScalarMath.C:208 const ScalarMath atanh(const ScalarMath &x) Return a ScalarMath instance representing atanh(x) Definition ScalarMath.C:240 const ScalarMath erf(const ScalarMath &x) Return a ScalarMath instance representing erf(x) Definition ScalarMath.C:216 const ScalarMath cosh(const ScalarMath &x) Return a ScalarMath instance representing cosh(x) Definition ScalarMath.C:192 const ScalarMath sinh(const ScalarMath &x) Return a ScalarMath instance representing sinh(x) Definition ScalarMath.C:184 const ScalarMath tan(const ScalarMath &x) Return a ScalarMath instance representing tan(x) Definition ScalarMath.C:176 Generated using doxygen 1.14.0
|