amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
aa_ode_sol_opts Struct Reference

Options for the differential equation solver. More...

#include <math.h>

Public Attributes

double adapt_tol_dec
 Decrease step size if error is greater than tol_shrink. More...
 
double adapt_tol_inc
 Increase step size if error is below tol_grow. More...
 
double adapt_factor_dec
 Factor to decrease step size. More...
 
double adapt_factor_inc
 Factor to increse step size. More...
 

Detailed Description

Options for the differential equation solver.

Definition at line 828 of file math.h.

Member Data Documentation

double aa_ode_sol_opts::adapt_factor_dec

Factor to decrease step size.

Less than 1.

Definition at line 838 of file math.h.

double aa_ode_sol_opts::adapt_factor_inc

Factor to increse step size.

Greater than 1.

Definition at line 843 of file math.h.

double aa_ode_sol_opts::adapt_tol_dec

Decrease step size if error is greater than tol_shrink.

Definition at line 830 of file math.h.

double aa_ode_sol_opts::adapt_tol_inc

Increase step size if error is below tol_grow.

Definition at line 833 of file math.h.


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