|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Result of a root finding operation. More...
#include <RootFinding.hpp>
Public Attributes | |
| Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | x |
| int | iterations = 0 |
| bool | converged = false |
| RootSolveMethod | method = RootSolveMethod::None |
| double | residual_norm = std::numeric_limits<double>::infinity() |
| double | step_norm = 0.0 |
| std::string | message = "" |
Result of a root finding operation.
| bool janus::RootResult< Scalar >::converged = false |
| int janus::RootResult< Scalar >::iterations = 0 |
| std::string janus::RootResult< Scalar >::message = "" |
| RootSolveMethod janus::RootResult< Scalar >::method = RootSolveMethod::None |
| double janus::RootResult< Scalar >::residual_norm = std::numeric_limits<double>::infinity() |
| double janus::RootResult< Scalar >::step_norm = 0.0 |
| Eigen::Matrix<Scalar, Eigen::Dynamic, 1> janus::RootResult< Scalar >::x |