The IterativeAlgorithmResult struct. Helper struct to assemble the result of an iterative algorithm.
More...
#include <iterative_algorithm_result.h>
The IterativeAlgorithmResult struct. Helper struct to assemble the result of an iterative algorithm.
◆ IterativeAlgorithmResult() [1/2]
| bitrl::utils::IterativeAlgorithmResult::IterativeAlgorithmResult |
( |
| ) |
|
|
default |
◆ IterativeAlgorithmResult() [2/2]
| bitrl::utils::IterativeAlgorithmResult::IterativeAlgorithmResult |
( |
real_t |
tol, |
|
|
real_t |
res, |
|
|
uint_t |
nitrs, |
|
|
std::chrono::duration< real_t > |
time |
|
) |
| |
◆ print()
| std::ostream & bitrl::utils::IterativeAlgorithmResult::print |
( |
std::ostream & |
out | ) |
const |
◆ converged
| bool bitrl::utils::IterativeAlgorithmResult::converged = false |
◆ num_iterations
| uint_t bitrl::utils::IterativeAlgorithmResult::num_iterations |
◆ residual
| real_t bitrl::utils::IterativeAlgorithmResult::residual |
◆ residuals
| std::vector<real_t> bitrl::utils::IterativeAlgorithmResult::residuals |
◆ tolerance
| real_t bitrl::utils::IterativeAlgorithmResult::tolerance |
◆ total_time
| std::chrono::duration<real_t> bitrl::utils::IterativeAlgorithmResult::total_time |
The documentation for this struct was generated from the following files: