Class documentation of Concepts

Loading...
Searching...
No Matches
Inheritance diagram for alglib::odesolverstate:
alglib::_odesolverstate_owner

Public Member Functions

 odesolverstate (const odesolverstate &rhs)
 
odesolverstateoperator= (const odesolverstate &rhs)
 
alglib_impl::odesolverstatec_ptr ()
 
alglib_impl::odesolverstatec_ptr () const
 

Public Attributes

ae_bool & needdy
 
real_1d_array y
 
real_1d_array dy
 
double & x
 

Protected Attributes

alglib_impl::odesolverstatep_struct
 

Detailed Description

Definition at line 91 of file diffequations.h.

Member Data Documentation

◆ dy

real_1d_array alglib::odesolverstate::dy

Definition at line 100 of file diffequations.h.

◆ needdy

ae_bool& alglib::odesolverstate::needdy

Definition at line 98 of file diffequations.h.

◆ p_struct

alglib_impl::odesolverstate* alglib::_odesolverstate_owner::p_struct
protectedinherited

Definition at line 89 of file diffequations.h.

◆ x

double& alglib::odesolverstate::x

Definition at line 101 of file diffequations.h.

◆ y

real_1d_array alglib::odesolverstate::y

Definition at line 99 of file diffequations.h.


The documentation for this class was generated from the following file: