philsupertramp/game-math
|
#include <ode.h>
Public Attributes | |
double | h = 0 |
step width of t More... | |
double | TOL = 1e-7 |
tolerance for the algorithm to determine convergence More... | |
int | maxIter = 50 |
max iterations for integrated newton steps More... | |
ODEJac | Jac = nullptr |
jacobian matrix of given function More... | |
Option struct for ODE solvers
double ODEOption::h = 0 |
step width of t
ODEJac ODEOption::Jac = nullptr |
jacobian matrix of given function
int ODEOption::maxIter = 50 |
max iterations for integrated newton steps
double ODEOption::TOL = 1e-7 |
tolerance for the algorithm to determine convergence