numerics
Loading...
Searching...
No Matches
num::RootResult Struct Reference

#include <roots.hpp>

Public Attributes

real root
 
idx iterations
 
real residual
 |f(root)|
 
bool converged
 

Detailed Description

Definition at line 9 of file roots.hpp.

Member Data Documentation

◆ converged

bool num::RootResult::converged

Definition at line 13 of file roots.hpp.

◆ iterations

idx num::RootResult::iterations

Definition at line 11 of file roots.hpp.

◆ residual

real num::RootResult::residual

|f(root)|

Definition at line 12 of file roots.hpp.

◆ root

real num::RootResult::root

Definition at line 10 of file roots.hpp.


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