|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|

Public Member Functions | |
| DaeEquationInfo (size_t id, int originalIndex, int derivativeOf, int assignedVarIndex, bool explicitEq=false) | |
| size_t | getId () const |
| void | setId (size_t id) |
| int | getAntiDerivative () const |
| void | setAntiDerivative (int derivativeOf) |
| int | getAssignedVarIndex () const |
| void | setAssignedVarIndex (int assignedVarIndex) |
| int | getOriginalIndex () const |
| bool | isExplicit () const |
| void | setExplicit (bool explicitEq) |
DAE equation information
Definition at line 25 of file dae_equation_info.hpp.
|
inline |
Provides a unique identifier for the equation.
Definition at line 77 of file dae_equation_info.hpp.