OSnLNodeMatrixTrace Class Reference

The OSnLNodeMatrixTrace Class. More...

#include <OSnLNode.h>

Inheritance diagram for OSnLNodeMatrixTrace:
Inheritance graph
[legend]
Collaboration diagram for OSnLNodeMatrixTrace:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 OSnLNodeMatrixTrace ()
 default constructor.
 ~OSnLNodeMatrixTrace ()
 default destructor.
virtual std::string getTokenName ()
virtual double calculateFunction (double *x)
 The implementation of the virtual functions.
virtual ADdouble constructADTape (std::map< int, int > *ADIdx, ADvector *XAD)
 Create the AD tape to be evaluated by AD.
virtual OSnLNodecloneExprNode ()
 Create or clone a node of this type.

Detailed Description

The OSnLNodeMatrixTrace Class.

Author:
Horand Gassmann, Jun Ma, Kipp Martin
Date:
11/06/2014
Since:
OS2.8
Remarks:
The in-memory representation of the OSnL element <matrixTrace>

Definition at line 1662 of file OSnLNode.h.


Constructor & Destructor Documentation

OSnLNodeMatrixTrace::OSnLNodeMatrixTrace (  ) 

default constructor.

Definition at line 2258 of file OSnLNode.cpp.

OSnLNodeMatrixTrace::~OSnLNodeMatrixTrace (  ) 

default destructor.

Definition at line 2267 of file OSnLNode.cpp.


Member Function Documentation

std::string OSnLNodeMatrixTrace::getTokenName (  )  [virtual]
Returns:
the value of operator name

Implements ExprNode.

Definition at line 2291 of file OSnLNode.cpp.

double OSnLNodeMatrixTrace::calculateFunction ( double *  x  )  [virtual]

The implementation of the virtual functions.

Returns:
a double.

Implements OSnLNode.

Definition at line 2274 of file OSnLNode.cpp.

ADdouble OSnLNodeMatrixTrace::constructADTape ( std::map< int, int > *  ADIdx,
ADvector XAD 
) [virtual]

Create the AD tape to be evaluated by AD.

This is an abstract method which is required to be implemented by the concrete operator nodes that derive or extend from this OSnLNode class.

Returns:
the expression tree.

Implements OSnLNode.

Definition at line 2297 of file OSnLNode.cpp.

OSnLNode * OSnLNodeMatrixTrace::cloneExprNode (  )  [virtual]

Create or clone a node of this type.

This is an abstract method which is required to be implemented by the concrete operator nodes that derive or extend from this class.

Implements ExprNode.

Definition at line 2312 of file OSnLNode.cpp.


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

Generated on 5 Jul 2015 by  doxygen 1.6.1