gsl_astep::gsl_ode_control Struct Reference

#include <gsl_astep.h>


Detailed Description

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

Control structure.

Definition at line 236 of file gsl_astep.h.


Data Fields

double eps_abs
 Absolute precision.
double eps_rel
 Relative precision.
double a_y
 Function scaling factor.
double a_dydt
 Derivative scaling factor.
bool standard
 Use standard or scaled algorithm.

The documentation for this struct was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.