|
| JacobianConvertWrapper (Nested &nested) |
| Constructor.
|
|
DelayAcc | operator() (size_t const i, size_t const j) |
| Reference access, i in [0, ..., m), j in [0, ..., n).
|
|
T | operator() (size_t const i, size_t const j) const |
| Value access, i in [0, ..., m), j in [0, ..., n).
|
|
template<typename SetT > |
void | setLogic (size_t const i, size_t const j, SetT const &v) |
| Called by the JacobianDelayAccessor when a value is set.
|
|
template<typename T_Nested>
struct codi::JacobianConvertWrapper< T_Nested >
Wrapper for JacboianInterfaces that requires a passive value conversion.
- Template Parameters
-
T_Nested | The nested Jacobian, that has a passive value storage. |