|
| template<class T > |
| std::string | ROL::NumberToString (T Number) |
| |
| template<class Real > |
| Real | ROL::ROL_EPSILON (void) |
| | Platform-dependent machine epsilon.
|
| |
| template<class Real > |
| Real | ROL::ROL_THRESHOLD (void) |
| | Tolerance for various equality tests.
|
| |
| template<class Real > |
| Real | ROL::ROL_OVERFLOW (void) |
| | Platform-dependent maximum double.
|
| |
| template<class Real > |
| Real | ROL::ROL_INF (void) |
| |
| template<class Real > |
| Real | ROL::ROL_NINF (void) |
| |
| template<class Real > |
| Real | ROL::ROL_UNDERFLOW (void) |
| | Platform-dependent minimum double.
|
| |
| std::string | ROL::EExitStatusToString (EExitStatus tr) |
| |
| std::string | ROL::removeStringFormat (std::string s) |
| |
| std::string | ROL::EStepToString (EStep tr) |
| |
| bool | ROL::isCompatibleStep (EProblem p, EStep s) |
| |
| std::string | ROL::EProblemToString (EProblem p) |
| |
| int | ROL::isValidStep (EStep ls) |
| | Verifies validity of a TrustRegion enum.
|
| |
| EStep & | ROL::operator++ (EStep &type) |
| |
| EStep | ROL::operator++ (EStep &type, int) |
| |
| EStep & | ROL::operator-- (EStep &type) |
| |
| EStep | ROL::operator-- (EStep &type, int) |
| |
| EStep | ROL::StringToEStep (std::string s) |
| |
| std::string | ROL::EDescentToString (EDescent tr) |
| |
| int | ROL::isValidDescent (EDescent d) |
| | Verifies validity of a Secant enum.
|
| |
| EDescent & | ROL::operator++ (EDescent &type) |
| |
| EDescent | ROL::operator++ (EDescent &type, int) |
| |
| EDescent & | ROL::operator-- (EDescent &type) |
| |
| EDescent | ROL::operator-- (EDescent &type, int) |
| |
| EDescent | ROL::StringToEDescent (std::string s) |
| |
| std::string | ROL::ESecantToString (ESecant tr) |
| |
| int | ROL::isValidSecant (ESecant s) |
| | Verifies validity of a Secant enum.
|
| |
| ESecant & | ROL::operator++ (ESecant &type) |
| |
| ESecant | ROL::operator++ (ESecant &type, int) |
| |
| ESecant & | ROL::operator-- (ESecant &type) |
| |
| ESecant | ROL::operator-- (ESecant &type, int) |
| |
| ESecant | ROL::StringToESecant (std::string s) |
| |
| std::string | ROL::ENonlinearCGToString (ENonlinearCG tr) |
| |
| int | ROL::isValidNonlinearCG (ENonlinearCG s) |
| | Verifies validity of a NonlinearCG enum.
|
| |
| ENonlinearCG & | ROL::operator++ (ENonlinearCG &type) |
| |
| ENonlinearCG | ROL::operator++ (ENonlinearCG &type, int) |
| |
| ENonlinearCG & | ROL::operator-- (ENonlinearCG &type) |
| |
| ENonlinearCG | ROL::operator-- (ENonlinearCG &type, int) |
| |
| ENonlinearCG | ROL::StringToENonlinearCG (std::string s) |
| |
| std::string | ROL::ELineSearchToString (ELineSearch ls) |
| |
| int | ROL::isValidLineSearch (ELineSearch ls) |
| | Verifies validity of a LineSearch enum.
|
| |
| ELineSearch & | ROL::operator++ (ELineSearch &type) |
| |
| ELineSearch | ROL::operator++ (ELineSearch &type, int) |
| |
| ELineSearch & | ROL::operator-- (ELineSearch &type) |
| |
| ELineSearch | ROL::operator-- (ELineSearch &type, int) |
| |
| ELineSearch | ROL::StringToELineSearch (std::string s) |
| |
| std::string | ROL::ECurvatureConditionToString (ECurvatureCondition ls) |
| |
| int | ROL::isValidCurvatureCondition (ECurvatureCondition ls) |
| | Verifies validity of a CurvatureCondition enum.
|
| |
| ECurvatureCondition & | ROL::operator++ (ECurvatureCondition &type) |
| |
| ECurvatureCondition | ROL::operator++ (ECurvatureCondition &type, int) |
| |
| ECurvatureCondition & | ROL::operator-- (ECurvatureCondition &type) |
| |
| ECurvatureCondition | ROL::operator-- (ECurvatureCondition &type, int) |
| |
| ECurvatureCondition | ROL::StringToECurvatureCondition (std::string s) |
| |
| std::string | ROL::ECGFlagToString (ECGFlag cgf) |
| |
| template<class Element , class Real > |
| Real | ROL::rol_cast (const Element &val) |
| |
Contains definitions of custom data types in ROL.
- Author
- Created by D. Ridzal and D. Kouri.
Definition in file ROL_Types.hpp.