#include <gsl_astep.h>
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. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page