Public Member Functions

Implements the scalar exponential operator within the symbolic operators family. More...

#include <exp.hpp>

Inheritance diagram for Exp:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual Operatorclone () const
virtual returnValue evaluate (EvaluationBase *x)
 Exp ()
 Exp (Operator *_argument)
 Exp (const Exp &arg)
virtual CurvatureType getCurvature ()
virtual returnValue initDerivative ()
Expoperator= (const Exp &arg)
virtual Operatorsubstitute (int index, const Operator *sub)
 ~Exp ()

Detailed Description

Implements the scalar exponential operator within the symbolic operators family.

The class Exp implements the scalar exponential operator within the symbolic operators family.

Author:
Boris Houska, Hans Joachim Ferreau

Definition at line 55 of file exp.hpp.


Constructor & Destructor Documentation

Default constructor.

Definition at line 43 of file exp.cpp.

Exp::Exp ( Operator _argument)

Default constructor.

Definition at line 54 of file exp.cpp.

Exp::Exp ( const Exp arg)

Copy constructor (deep copy).

Definition at line 65 of file exp.cpp.

Exp::~Exp ( )

Default destructor.

Definition at line 76 of file exp.cpp.


Member Function Documentation

Operator * Exp::clone ( ) const [virtual]

Provides a deep copy of the expression.

Returns:
a clone of the expression.

Implements UnaryOperator.

Definition at line 102 of file exp.cpp.

Evaluates the expression (templated version)

Implements UnaryOperator.

Definition at line 89 of file exp.cpp.

Returns the curvature of the expression

Returns:
CT_CONSTANT
CT_AFFINE
CT_CONVEX
CT_CONCAVE

Reimplemented from UnaryOperator.

Definition at line 107 of file exp.cpp.

Reimplemented from Operator.

Definition at line 120 of file exp.cpp.

Exp & Exp::operator= ( const Exp arg)

Assignment Operator (deep copy).

Definition at line 81 of file exp.cpp.

Operator * Exp::substitute ( int  index,
const Operator sub 
) [virtual]

Substitutes var(index) with the expression sub.

Returns:
The substituted expression.
Parameters:
indexsubst. index
subthe substitution

Implements UnaryOperator.

Definition at line 96 of file exp.cpp.


The documentation for this class was generated from the following files:


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 12:01:38