|
GlobiPack Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
44 #ifndef GLOBIPACK_TYPES_HPP
45 #define GLOBIPACK_TYPES_HPP
86 template<
class Scalar>
89 static Scalar
valNotGiven() {
return std::numeric_limits<Scalar>::max(); }
109 namespace Exceptions {
125 #endif // GLOBIPACK_TYPES_HPP
Scalar alpha
The value of the unknown alpha.
Scalar Dphi
The value of the derivative of the merit function Dphi(alpha).
PointEval1D(const Scalar &alpha_in, const Scalar &phi_in, const Scalar &Dphi_in=valNotGiven())
NotDescentDirection(const std::string &what_arg)
Represents the evaluation point of the merit function phi(alpha) and/or is derivative Dphi(alpha).
Scalar phi
The value of the merit function phi(alpha).
Thrown if search direction not a descent direction for the merit function.
static Scalar valNotGiven()