philsupertramp/game-math
Loading...
Searching...
No Matches
Classes | Typedefs
ode.h File Reference
#include <functional>
#include <vector>

Go to the source code of this file.

Classes

struct  ODEResult
 
struct  ODEOption
 

Typedefs

using ODE = std::function< Matrix< double >(double, Matrix< double >)>
 alias for ODE More...
 
using ODEJac = std::function< Matrix< double >(double, Matrix< double >)>
 alias for Jacobian-Matrix of ODE More...
 

Detailed Description

This header file holds utility helper for ode solvers

Requires:

Typedef Documentation

◆ ODE

using ODE = std::function<Matrix<double>(double, Matrix<double>)>

alias for ODE

◆ ODEJac

using ODEJac = std::function<Matrix<double>(double, Matrix<double>)>

alias for Jacobian-Matrix of ODE