Skip to content

Struct Approximate::ApproximateResult

template <typename T>

ClassList > Approximate > ApproximateResult

Represents the result of an approximation calculation. More...

  • #include <aproximate_math.hpp>

Public Attributes

Type Name
bool converged = [**false**](structApproximate_1_1ApproximateResult.md)
Indicates whether the approximation converged to a solution.
T result
The result of the approximation.

Detailed Description

Template parameters:

  • T The type of the result.

Public Attributes Documentation

variable converged

Indicates whether the approximation converged to a solution.

bool Approximate::ApproximateResult< T >::converged;

variable result

The result of the approximation.

T Approximate::ApproximateResult< T >::result;


The documentation for this class was generated from the following file aproximate_math.hpp