libpspm
ode_solver.h File Reference
#include "rkck45.h"
#include "lsoda.h"
#include <string>
#include <vector>
#include <iostream>
#include <exception>
Include dependency graph for ode_solver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OdeSolver
 

Enumerations

enum  SolverType { ODE_RKCK45, ODE_LSODA }
 

Enumeration Type Documentation

◆ SolverType

enum SolverType
Enumerator
ODE_RKCK45 
ODE_LSODA 

Definition at line 12 of file ode_solver.h.