numerics 0.1.0
Loading...
Searching...
No Matches
num::ODEProblem Struct Reference

#include <problems.hpp>

Public Attributes

ODERhsFn f
 
Vector u0
 
double t0 = 0.0
 
double tf = 1.0
 

Detailed Description

Definition at line 12 of file problems.hpp.

Member Data Documentation

◆ f

ODERhsFn num::ODEProblem::f

Definition at line 13 of file problems.hpp.

◆ t0

double num::ODEProblem::t0 = 0.0

Definition at line 15 of file problems.hpp.

◆ tf

double num::ODEProblem::tf = 1.0

Definition at line 16 of file problems.hpp.

◆ u0

Vector num::ODEProblem::u0

Definition at line 14 of file problems.hpp.


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