|
CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <dae_equation_info.hpp>

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 |
Definition at line 52 of file dae_equation_info.hpp.
|
inline |
Definition at line 60 of file dae_equation_info.hpp.
|
inlinevirtual |
Definition at line 113 of file dae_equation_info.hpp.
|
inline |
Definition at line 85 of file dae_equation_info.hpp.
|
inline |
Definition at line 93 of file dae_equation_info.hpp.
|
inline |
Provides a unique identifier for the equation.
Definition at line 77 of file dae_equation_info.hpp.
|
inline |
Definition at line 101 of file dae_equation_info.hpp.
|
inline |
Definition at line 105 of file dae_equation_info.hpp.
Definition at line 89 of file dae_equation_info.hpp.
Definition at line 97 of file dae_equation_info.hpp.
Definition at line 109 of file dae_equation_info.hpp.
Definition at line 81 of file dae_equation_info.hpp.