|
GlobiPack
Version of the Day
|
Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha).
More...
#include <GlobiPack_Types.hpp>
Public Member Functions | |
| PointEval1D () | |
| | |
| PointEval1D (const Scalar &alpha_in, const Scalar &phi_in, const Scalar &Dphi_in=valNotGiven()) | |
| | |
Static Public Member Functions | |
| static Scalar | valNotGiven () |
| | |
Public Attributes | |
| Scalar | alpha |
The value of the unknown alpha. | |
| Scalar | phi |
The value of the merit function phi(alpha). | |
| Scalar | Dphi |
The value of the derivative of the merit function Dphi(alpha). | |
Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha).
If a value has not been set it will be equal to valNotGiven().
Definition at line 87 of file GlobiPack_Types.hpp.
| GlobiPack::PointEval1D< Scalar >::PointEval1D | ( | ) | [inline] |
Definition at line 91 of file GlobiPack_Types.hpp.
| GlobiPack::PointEval1D< Scalar >::PointEval1D | ( | const Scalar & | alpha_in, |
| const Scalar & | phi_in, | ||
| const Scalar & | Dphi_in = valNotGiven() |
||
| ) | [inline] |
Definition at line 95 of file GlobiPack_Types.hpp.
| static Scalar GlobiPack::PointEval1D< Scalar >::valNotGiven | ( | ) | [inline, static] |
Definition at line 89 of file GlobiPack_Types.hpp.
| Scalar GlobiPack::PointEval1D< Scalar >::alpha |
The value of the unknown alpha.
Definition at line 100 of file GlobiPack_Types.hpp.
| Scalar GlobiPack::PointEval1D< Scalar >::phi |
The value of the merit function phi(alpha).
Definition at line 102 of file GlobiPack_Types.hpp.
| Scalar GlobiPack::PointEval1D< Scalar >::Dphi |
The value of the derivative of the merit function Dphi(alpha).
Definition at line 105 of file GlobiPack_Types.hpp.
1.7.6.1