ROL
ROL::NewtonKrylov_U< Real >::HessianNK Class Reference
Inheritance diagram for ROL::NewtonKrylov_U< Real >::HessianNK:

Public Member Functions

 HessianNK (const Ptr< Objective< Real > > &obj, const Ptr< const Vector< Real > > &x)
void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Public Member Functions inherited from ROL::ROL::LinearOperator< Real >
virtual ~LinearOperator ()
virtual void update (const Vector< Real > &x, bool flag=true, int iter=-1)
 Update linear operator.
virtual void apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const =0
 Apply linear operator.
virtual void applyInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply inverse of linear operator.
virtual void applyAdjoint (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of linear operator.
virtual void applyAdjointInverse (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
 Apply adjoint of the inverse linear operator.

Private Attributes

const Ptr< Objective< Real > > obj_
const Ptr< const Vector< Real > > x_

Detailed Description

template<typename Real>
class ROL::NewtonKrylov_U< Real >::HessianNK

Definition at line 44 of file ROL_NewtonKrylov_U.hpp.

Constructor & Destructor Documentation

◆ HessianNK()

template<typename Real>
ROL::NewtonKrylov_U< Real >::HessianNK::HessianNK ( const Ptr< Objective< Real > > & obj,
const Ptr< const Vector< Real > > & x )
inline

Definition at line 49 of file ROL_NewtonKrylov_U.hpp.

References obj_, and x_.

Member Function Documentation

◆ apply()

template<typename Real>
void ROL::NewtonKrylov_U< Real >::HessianNK::apply ( Vector< Real > & Hv,
const Vector< Real > & v,
Real & tol ) const
inline

Definition at line 51 of file ROL_NewtonKrylov_U.hpp.

References obj_, and x_.

Member Data Documentation

◆ obj_

template<typename Real>
const Ptr<Objective<Real> > ROL::NewtonKrylov_U< Real >::HessianNK::obj_
private

Definition at line 46 of file ROL_NewtonKrylov_U.hpp.

Referenced by apply(), and HessianNK().

◆ x_

template<typename Real>
const Ptr<const Vector<Real> > ROL::NewtonKrylov_U< Real >::HessianNK::x_
private

Definition at line 47 of file ROL_NewtonKrylov_U.hpp.

Referenced by apply(), and HessianNK().


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