gsl_astep::gsl_odeiv_evolve Class Reference

#include <gsl_astep.h>


Detailed Description

template<class param_t, class func_t = ode_funct<param_t>, class vec_t = ovector_view, class alloc_vec_t = ovector, class alloc_t = ovector_alloc>
class gsl_astep< param_t, func_t, vec_t, alloc_vec_t, alloc_t >::gsl_odeiv_evolve

The evolution object for gsl_astep [protected subclass].

Definition at line 74 of file gsl_astep.h.


Data Fields

size_t dimension
 Number of differential equations.
alloc_vec_t y0
 The values of the functions.
alloc_vec_t yerr
 The uncertainty.
alloc_vec_t dydt_in
 The input derivatives.
alloc_vec_t dydt_out
 The output derivatives.
size_t ndim
 Size of the memory allocation.
double last_step
 The size of the last step.
unsigned long int count
 The number of steps (?).
unsigned long int failed_steps
 The number of failed steps.

The documentation for this class was generated from the following file:
Warning! This is not a full release version of the O2scl documentation. Links may not work here, and some documentation may not have been properly updated. Please check here for a recent release.

Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page