#include <ROL_PrimalDualHessian.hpp>
|
| PrimalDualHessian (const Teuchos::RCP< Objective< Real > > &obj, const Teuchos::RCP< BoundConstraint< Real > > &con, const Teuchos::RCP< Vector< Real > > &x, const Teuchos::RCP< Vector< Real > > &xlam) |
|
| PrimalDualHessian (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 > > &xlam, bool useSecant=true) |
|
void | apply (Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const |
| Apply Hessian. More...
|
|
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...
|
|
template<class Real>
class ROL::PrimalDualHessian< Real >
Definition at line 55 of file ROL_PrimalDualHessian.hpp.
Apply Hessian.
This function applies the Hessian to a vector.
- Parameters
-
[out] | Hv | is the output vector. |
[in] | v | is the input vector. |
[in] | tol | is a tolerance for inexact Hessian application. |
Implements ROL::LinearOperator< Real >.
Definition at line 98 of file ROL_PrimalDualHessian.hpp.
The documentation for this class was generated from the following file: