44 #ifndef ROL_DESCENTDIRECTION_U_FACTORY_H
45 #define ROL_DESCENTDIRECTION_U_FACTORY_H
54 template<
typename Real>
57 parlist.sublist(
"Step").sublist(
"Line Search").sublist(
"Descent Method").get(
"Type",
"Quasi-Newton Method"));
64 default:
return nullPtr;
EDescentU StringToEDescentU(std::string s)
Ptr< DescentDirection_U< Real > > DescentDirectionUFactory(ParameterList &parlist)