|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
#include <RootFinding.hpp>

Public Attributes | |
| RootSolveMethod | method = RootSolveMethod::None |
| NumericState | state |
| int | iterations = 0 |
| bool | converged = false |
| double | step_norm = 0.0 |
| std::string | message |
| bool janus::detail::StageOutcome::converged = false |
| int janus::detail::StageOutcome::iterations = 0 |
| std::string janus::detail::StageOutcome::message |
| RootSolveMethod janus::detail::StageOutcome::method = RootSolveMethod::None |
| NumericState janus::detail::StageOutcome::state |
| double janus::detail::StageOutcome::step_norm = 0.0 |