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

#include <algorithms.hpp>

Public Attributes

double h = 1e-3
 
double rtol = 1e-6
 
double atol = 1e-9
 
idx max_steps = 1000000
 

Detailed Description

Definition at line 31 of file algorithms.hpp.

Member Data Documentation

◆ atol

double num::RK45::atol = 1e-9

Definition at line 34 of file algorithms.hpp.

Referenced by num::solve().

◆ h

double num::RK45::h = 1e-3

Definition at line 32 of file algorithms.hpp.

Referenced by num::solve().

◆ max_steps

idx num::RK45::max_steps = 1000000

Definition at line 35 of file algorithms.hpp.

Referenced by num::solve().

◆ rtol

double num::RK45::rtol = 1e-6

Definition at line 33 of file algorithms.hpp.

Referenced by num::solve().


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