ROL
Classes | Namespaces | Functions
ROL_Secant.hpp File Reference
#include "ROL_Types.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.

Classes

struct  ROL::SecantState< Real >
 
class  ROL::Secant< Real >
 Provides interface for and implements limited-memory secant operators. More...
 

Namespaces

 ROL
 

Functions

template<class Real >
Teuchos::RCP< Secant< Real > > ROL::getSecant (ESecant esec=SECANT_LBFGS, int L=10, int BBtype=1)