24 parlist.sublist(
"Step").sublist(
"Line Search").sublist(
"Descent Method").get(
"Type",
"Quasi-Newton Method"));
32 Ptr<Krylov<Real>> krylov = nullPtr;
33 return makePtr<NewtonKrylov_U<Real>>(parlist,krylov,secant);
35 default:
return nullPtr;