![]() |
Stan Math Library
2.10.0
reverse mode automatic differentiation
|
This is the complete list of members for stan::math::ode_system< F >, including all inherited members.
jacobian(const double t, const std::vector< double > &y, Eigen::MatrixBase< Derived1 > &dy_dt, Eigen::MatrixBase< Derived2 > &Jy) const | stan::math::ode_system< F > | inline |
jacobian(const double t, const std::vector< double > &y, Eigen::MatrixBase< Derived1 > &dy_dt, Eigen::MatrixBase< Derived2 > &Jy, Eigen::MatrixBase< Derived2 > &Jtheta) const | stan::math::ode_system< F > | inline |
ode_system(const F &f, const std::vector< double > theta, const std::vector< double > &x, const std::vector< int > &x_int, std::ostream *msgs) | stan::math::ode_system< F > | inline |
operator()(const double t, const std::vector< double > &y, std::vector< double > &dy_dt) const | stan::math::ode_system< F > | inline |