44#ifndef ROL_AUGMENTED_SYSTEM_PREC_OPERATOR_H
45#define ROL_AUGMENTED_SYSTEM_PREC_OPERATOR_H
62 const Ptr<Constraint<Real>>
con_;
63 const Ptr<const Vector<Real>>
x_;
Objective_SerialSimOpt(const Ptr< Obj > &obj, const V &ui) z0 zero)()
Implements a preconditioner for the augmented system.
void apply(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Apply linear operator.
void applyAdjointInverse(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Apply adjoint of the inverse linear operator.
AugmentedSystemPrecOperator(const Ptr< Constraint< Real > > &con, const Ptr< const Vector< Real > > &x)
virtual ~AugmentedSystemPrecOperator()
void applyAdjoint(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Apply adjoint of linear operator.
const Ptr< Constraint< Real > > con_
void applyInverse(Vector< Real > &Hv, const Vector< Real > &v, Real &tol) const
Apply inverse of linear operator.
const Ptr< const Vector< Real > > x_
Defines the general constraint operator interface.
Provides the interface to apply a linear operator.
Defines the linear algebra of vector space on a generic partitioned vector.
ROL::Ptr< const Vector< Real > > get(size_type i) const
void set(const V &x)
Set where .
Defines the linear algebra or vector space interface.