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