Implements the scalar inverse sine operator (arcsin) within the symbolic operators family. More...
#include <asin.hpp>

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