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

#include <ode.hpp>

Public Attributes

Vector y
 
real t = 0.0
 
idx steps = 0
 
bool converged = false
 

Detailed Description

Definition at line 49 of file ode.hpp.

Member Data Documentation

◆ converged

bool num::ODEResult::converged = false

Definition at line 53 of file ode.hpp.

◆ steps

idx num::ODEResult::steps = 0

Definition at line 52 of file ode.hpp.

◆ t

real num::ODEResult::t = 0.0

Definition at line 51 of file ode.hpp.

◆ y

Vector num::ODEResult::y

Definition at line 50 of file ode.hpp.


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