The next few nodes evaluate to a scalar even though one or more of its arguments are matrices. More...
#include <OSnLNode.h>


Public Member Functions | |
| OSnLNodeMatrixDeterminant () | |
| default constructor. | |
| ~OSnLNodeMatrixDeterminant () | |
| 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 OSnLNode * | cloneExprNode () |
| Create or clone a node of this type. | |
The next few nodes evaluate to a scalar even though one or more of its arguments are matrices.
The OSnLNodeMatrixDeterminant Class.
Definition at line 1612 of file OSnLNode.h.
| OSnLNodeMatrixDeterminant::OSnLNodeMatrixDeterminant | ( | ) |
default constructor.
OSnLNode objects with matrix arguments.
Definition at line 2197 of file OSnLNode.cpp.
| OSnLNodeMatrixDeterminant::~OSnLNodeMatrixDeterminant | ( | ) |
default destructor.
Definition at line 2206 of file OSnLNode.cpp.
| std::string OSnLNodeMatrixDeterminant::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 2228 of file OSnLNode.cpp.
| double OSnLNodeMatrixDeterminant::calculateFunction | ( | double * | x | ) | [virtual] |
The implementation of the virtual functions.
Implements OSnLNode.
Definition at line 2214 of file OSnLNode.cpp.
| ADdouble OSnLNodeMatrixDeterminant::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.
Implements OSnLNode.
Definition at line 2234 of file OSnLNode.cpp.
| OSnLNode * OSnLNodeMatrixDeterminant::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 2249 of file OSnLNode.cpp.
1.6.1