|
ROL
|
#include "ROL_Types.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_RCP.hpp"#include "ROL_Secant.hpp"#include "ROL_lBFGS.hpp"#include "ROL_lDFP.hpp"#include "ROL_lSR1.hpp"#include "ROL_BarzilaiBorwein.hpp"Go to the source code of this file.
Namespaces | |
| ROL | |
Functions | |
| template<class Real > | |
| Teuchos::RCP< Secant< Real > > | ROL::getSecant (ESecant esec=SECANT_LBFGS, int L=10, int BBtype=1) |
| template<class Real > | |
| Teuchos::RCP< Secant< Real > > | ROL::SecantFactory (Teuchos::ParameterList &parlist) |
1.8.13