The OSnLNodeMatrixTrace Class.
More...
#include <OSnLNode.h>
The OSnLNodeMatrixTrace Class.
- Author
- Horand Gassmann, Jun Ma, Kipp Martin
- Date
- 11/06/2014
- Since
- OS2.8
Definition at line 1717 of file OSnLNode.h.
OSnLNodeMatrixToScalar::OSnLNodeMatrixToScalar |
( |
| ) |
|
OSnLNodeMatrixToScalar::~OSnLNodeMatrixToScalar |
( |
| ) |
|
virtual std::string OSnLNodeMatrixToScalar::getTokenName |
( |
| ) |
|
|
virtual |
- Returns
- the value of operator name
Implements ExprNode.
virtual double OSnLNodeMatrixToScalar::calculateFunction |
( |
double * |
x | ) |
|
|
virtual |
Calculate the function value given the current variable values. This is an abstract method which is required to be implemented by the concrete operator nodes that derive or extend from this OSnLNode class.
- Parameters
-
x | holds the values of the variables in a double array. |
- Returns
- the function value given the current variable values.
Implements OSnLNode.
virtual ADdouble OSnLNodeMatrixToScalar::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.
virtual OSnLNode* OSnLNodeMatrixToScalar::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.
- Parameters
-
x | holds the values of the variables in a double array. |
- Returns
- the function value given the current variable values.
Implements ExprNode.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/OS-2.9.3/src/OSCommonInterfaces/OSnLNode.h