Implements the scalar inverse tangens operator (arctan) within the symbolic operators family. More...
#include <atan.hpp>

Public Member Functions | |
| Atan () | |
| Atan (Operator *_argument) | |
| Atan (const Atan &arg) | |
| virtual Operator * | clone () const |
| virtual returnValue | evaluate (EvaluationBase *x) |
| virtual returnValue | initDerivative () |
| Atan & | operator= (const Atan &arg) |
| virtual Operator * | substitute (int index, const Operator *sub) |
| ~Atan () | |
Implements the scalar inverse tangens operator (arctan) within the symbolic operators family.
The class Atan implements the scalar inverse tanges operator (arctan) within the symbolic operators family.
| Atan::Atan | ( | Operator * | _argument | ) |
| Atan::Atan | ( | const Atan & | arg | ) |
| Atan::~Atan | ( | ) |
| Operator * Atan::clone | ( | ) | const [virtual] |
Provides a deep copy of the expression.
Implements UnaryOperator.
| returnValue Atan::evaluate | ( | EvaluationBase * | x | ) | [virtual] |
Evaluates the expression (templated version)
Implements UnaryOperator.
| returnValue Atan::initDerivative | ( | ) | [virtual] |
| Operator * Atan::substitute | ( | int | index, |
| const Operator * | sub | ||
| ) | [virtual] |
Substitutes var(index) with the expression sub.
| index | subst. index |
| sub | the substitution |
Implements UnaryOperator.