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