Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ collect() [1/2]

template<typename dae_type >
void stan::math::idas_integrator::collect ( N_Vector const &  yy,
N_Vector const *  yys,
dae_type &  dae,
Eigen::Matrix< double, -1, 1 > &  y 
)
inline

Solve DAE system, no sensitivity.

Template Parameters
dae_typeDAE functor type
Parameters
yy
yys
[out]daeDAE system
[out]yDAE solutions

Definition at line 102 of file idas_integrator.hpp.