GlobiPack Package Browser (Single Doxygen Collection)
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 . More... | |
Scalar | phi |
The value of the merit function phi(alpha) . More... | |
Scalar | Dphi |
The value of the derivative of the merit function Dphi(alpha) . More... | |
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.
|
inline |
Definition at line 91 of file GlobiPack_Types.hpp.
|
inline |
Definition at line 95 of file GlobiPack_Types.hpp.
|
inlinestatic |
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.