ROL
Public Member Functions | Private Attributes | List of all members
ROL::ProjectedPreconditioner< Real > Class Template Reference

#include <ROL_ProjectedPreconditioner.hpp>

+ Inheritance diagram for ROL::ProjectedPreconditioner< Real >:

Public Member Functions

 ProjectedPreconditioner (const Teuchos::RCP< Objective< Real > > &obj, const Teuchos::RCP< BoundConstraint< Real > > &con, const Teuchos::RCP< Vector< Real > > &x, const Teuchos::RCP< Vector< Real > > &g)
 
 ProjectedPreconditioner (const Teuchos::RCP< Secant< Real > > &secant, const Teuchos::RCP< Objective< Real > > &obj, const Teuchos::RCP< BoundConstraint< Real > > &con, const Teuchos::RCP< Vector< Real > > &x, const Teuchos::RCP< Vector< Real > > &g, bool useSecant=true)
 
void setData (Real eps=0.0)
 
void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply Hessian. More...
 
- Public Member Functions inherited from ROL::LinearOperator< Real >
virtual ~LinearOperator ()
 
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
 Update linear operator. More...
 
virtual void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of linear operator. More...
 

Private Attributes

const Teuchos::RCP< Objective
< Real > > 
obj_
 
const Teuchos::RCP
< BoundConstraint< Real > > 
con_
 
const Teuchos::RCP< const
Vector< Real > > 
x_
 
const Teuchos::RCP< const
Vector< Real > > 
g_
 
Teuchos::RCP< Vector< Real > > v_
 
const Teuchos::RCP< Secant
< Real > > 
secant_
 
bool useSecant_
 
Real eps_
 

Detailed Description

template<class Real>
class ROL::ProjectedPreconditioner< Real >

Definition at line 56 of file ROL_ProjectedPreconditioner.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::ProjectedPreconditioner< Real >::ProjectedPreconditioner ( const Teuchos::RCP< Objective< Real > > &  obj,
const Teuchos::RCP< BoundConstraint< Real > > &  con,
const Teuchos::RCP< Vector< Real > > &  x,
const Teuchos::RCP< Vector< Real > > &  g 
)
inline
template<class Real >
ROL::ProjectedPreconditioner< Real >::ProjectedPreconditioner ( const Teuchos::RCP< Secant< Real > > &  secant,
const Teuchos::RCP< Objective< Real > > &  obj,
const Teuchos::RCP< BoundConstraint< Real > > &  con,
const Teuchos::RCP< Vector< Real > > &  x,
const Teuchos::RCP< Vector< Real > > &  g,
bool  useSecant = true 
)
inline

Member Function Documentation

template<class Real >
void ROL::ProjectedPreconditioner< Real >::setData ( Real  eps = 0.0)
inline
template<class Real >
void ROL::ProjectedPreconditioner< Real >::apply ( Vector< Real > &  Hv,
const Vector< Real > &  v,
Real &  tol 
) const
inlinevirtual

Member Data Documentation

template<class Real >
const Teuchos::RCP<Objective<Real> > ROL::ProjectedPreconditioner< Real >::obj_
private
template<class Real >
const Teuchos::RCP<BoundConstraint<Real> > ROL::ProjectedPreconditioner< Real >::con_
private
template<class Real >
const Teuchos::RCP<const Vector<Real> > ROL::ProjectedPreconditioner< Real >::x_
private
template<class Real >
const Teuchos::RCP<const Vector<Real> > ROL::ProjectedPreconditioner< Real >::g_
private
template<class Real >
Teuchos::RCP<Vector<Real> > ROL::ProjectedPreconditioner< Real >::v_
private
template<class Real >
const Teuchos::RCP<Secant<Real> > ROL::ProjectedPreconditioner< Real >::secant_
private
template<class Real >
bool ROL::ProjectedPreconditioner< Real >::useSecant_
private
template<class Real >
Real ROL::ProjectedPreconditioner< Real >::eps_
private

The documentation for this class was generated from the following file: