Public Member Functions | |
| odesolverstate (const odesolverstate &rhs) | |
| odesolverstate & | operator= (const odesolverstate &rhs) |
| alglib_impl::odesolverstate * | c_ptr () |
| alglib_impl::odesolverstate * | c_ptr () const |
Public Attributes | |
| ae_bool & | needdy |
| real_1d_array | y |
| real_1d_array | dy |
| double & | x |
Protected Attributes | |
| alglib_impl::odesolverstate * | p_struct |
Definition at line 91 of file diffequations.h.
| real_1d_array alglib::odesolverstate::dy |
Definition at line 100 of file diffequations.h.
| ae_bool& alglib::odesolverstate::needdy |
Definition at line 98 of file diffequations.h.
|
protectedinherited |
Definition at line 89 of file diffequations.h.
| double& alglib::odesolverstate::x |
Definition at line 101 of file diffequations.h.
| real_1d_array alglib::odesolverstate::y |
Definition at line 99 of file diffequations.h.