class HCL_BigMFcnlHessian_d : public HCL_LinearOp_d

HCL_BigMFcnlHessian_d implements the Hessian of the big-M functional represented by HCL_BigMFcnl_d as an object derived from HCL_LinearOp_d

Inheritance:


Public Methods

HCL_BigMFcnlHessian_d ( HCL_GenericProductSpace_d * d, HCL_LinearOp_d * AA, double MM, HCL_Vector_d * msk )
Usual constructor; takes a pointer to the domain, a pointer to the linear operator, the parameter , and a "mask" vector (indicates which components of the residual are positive)
virtual HCL_VectorSpace_d& Domain () const
Domain space access
virtual HCL_VectorSpace_d& Range () const
Range space access
virtual void Image ( const HCL_Vector_d & x, HCL_Vector_d & y ) const
Image compute the action of the operator on x, giving y.
virtual ostream& Write ( ostream & str ) const
Debugging information

Inherited from HCL_LinearOp_d:

Public Methods

virtual void AdjImage( const HCL_Vector_d & y, HCL_Vector_d & x ) const
int CheckAdj(int Display = 1, double tol = 1000 )
virtual void NormalImage( const HCL_Vector_d & x, HCL_Vector_d & z ) const
int CheckNormal( int display = 1, double tol = 100 )
virtual void InvImage(const HCL_Vector_d & y, HCL_Vector_d & x) const
virtual void InvAdjImage(const HCL_Vector_d & x, HCL_Vector_d & y) const
virtual void ImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void AdjImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void NormalImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvAdjImageAdd(const HCL_Vector_d & x, const HCL_Vector_d & z, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void ImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void AdjImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void NormalImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const
virtual void InvAdjImageAdd(const HCL_Vector_d & x, HCL_Vector_d & y, double a=1.0, double b=1.0) const

Inherited from HCL_Base:

Public Methods

void IncCount() const
void DecCount() const
int Count() const

Documentation

HCL_BigMFcnlHessian_d implements the Hessian of the big-M functional represented by HCL_BigMFcnl_d as an object derived from HCL_LinearOp_d. For more information, see the documentation for HCL_BigMFcnl_d and for the base class HCL_LinearOp_d.
HCL_BigMFcnlHessian_d( HCL_GenericProductSpace_d * d, HCL_LinearOp_d * AA, double MM, HCL_Vector_d * msk )
Usual constructor; takes a pointer to the domain, a pointer to the linear operator, the parameter , and a "mask" vector (indicates which components of the residual are positive)

virtual HCL_VectorSpace_d& Domain() const
Domain space access. Returns a reference to the domain of the operator, which is a HCL_VectorSpace_d.

virtual HCL_VectorSpace_d& Range() const
Range space access. Returns a reference to the range of the operator, which is a HCL_VectorSpace_d.

virtual void Image( const HCL_Vector_d & x, HCL_Vector_d & y ) const
Image compute the action of the operator on x, giving y.

virtual ostream& Write( ostream & str ) const
Debugging information


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de