Stan Math Library
4.9.0
Automatic Differentiation
|
|
inline |
Construct IDAS DAE system from initial condition and parameters.
[in] | f | DAE residual functor |
[in] | eq_id | array for DAE's variable ID(1 for * derivative variables, 0 for algebraic variables). |
[in] | yy0 | initial condition |
[in] | yp0 | initial condition for derivatives |
[in,out] | msgs | the print stream for warning messages |
args | Extra arguments passed unmodified through to DAE right hand side |
Definition at line 81 of file dae_system.hpp.