|
ROL
|
Go to the source code of this file.
Namespaces | |
| ROL | |
Functions | |
| std::string | ROL::EDescentUToString (EDescentU tr) |
| int | ROL::isValidDescentU (EDescentU d) |
| Verifies validity of a DescentU enum. More... | |
| EDescentU & | ROL::operator++ (EDescentU &type) |
| EDescentU | ROL::operator++ (EDescentU &type, int) |
| EDescentU & | ROL::operator-- (EDescentU &type) |
| EDescentU | ROL::operator-- (EDescentU &type, int) |
| EDescentU | ROL::StringToEDescentU (std::string s) |
| std::string | ROL::ELineSearchUToString (ELineSearchU ls) |
| int | ROL::isValidLineSearchU (ELineSearchU ls) |
| Verifies validity of a LineSearchU enum. More... | |
| ELineSearchU & | ROL::operator++ (ELineSearchU &type) |
| ELineSearchU | ROL::operator++ (ELineSearchU &type, int) |
| ELineSearchU & | ROL::operator-- (ELineSearchU &type) |
| ELineSearchU | ROL::operator-- (ELineSearchU &type, int) |
| ELineSearchU | ROL::StringToELineSearchU (std::string s) |
| std::string | ROL::ECurvatureConditionUToString (ECurvatureConditionU ls) |
| int | ROL::isValidCurvatureConditionU (ECurvatureConditionU ls) |
| Verifies validity of a CurvatureConditionU enum. More... | |
| ECurvatureConditionU & | ROL::operator++ (ECurvatureConditionU &type) |
| ECurvatureConditionU | ROL::operator++ (ECurvatureConditionU &type, int) |
| ECurvatureConditionU & | ROL::operator-- (ECurvatureConditionU &type) |
| ECurvatureConditionU | ROL::operator-- (ECurvatureConditionU &type, int) |
| ECurvatureConditionU | ROL::StringToECurvatureConditionU (std::string s) |