class HCL_EvalQuadRegFunctional_d : public HCL_EvaluateFunctionalHess_d

HCL_EvalQuadRegFunctional_d is the evaluation object for HCL_QuadRegFunctional_d

Inheritance:


Public Methods

virtual HCL_VectorSpace_d& Domain ()
Domain space access.

Public

constructors and destructor
HCL_EvalQuadRegFunctional_d ()
Default constructor---disabled.
HCL_EvalQuadRegFunctional_d ( const HCL_EvalQuadRegFunctional_d & )
Copy constructor---disabled.
HCL_EvalQuadRegFunctional_d ( const HCL_Vector_d & x, HCL_LinearOp_d * a, HCL_Vector_d * bb )
Usual constructor; it just needs the input and a pointer to the linear operator
virtual ~HCL_EvalQuadRegFunctional_d ()
Destructor.
Evaluation methods
virtual double Value ()
Value computes the value of the function.
virtual void Gradient ( HCL_Vector_d & g )
Gradient computes the gradient of the function.
virtual HCL_LinearOp_d* Hessian ()
Hessian computes the Hessian of the function.
I/O
virtual ostream& Write ( ostream & str )
Write prints out some useful information about the object.

Inherited from HCL_EvaluateFunctionalHess_d:

Public Methods

virtual void Gradient( HCL_Vector_d & g )
virtual HCL_LinearOp_d* Hessian()
virtual const HCL_LinearOp_d& HessianRef()
virtual double Value()
virtual ostream& Write( ostream & str )

Inherited from HCL_EvaluateFunctionalGrad_d:

Public Methods

virtual const HCL_Vector_d& GradientRef()
virtual double ValueRef()

Inherited from HCL_Base:

Public Methods

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

Private Fields

int ReferenceCount

Documentation

HCL_EvalQuadRegFunctional_d is the evaluation object for HCL_QuadRegFunctional_d
constructors and destructor

HCL_EvalQuadRegFunctional_d()
Default constructor---disabled.

HCL_EvalQuadRegFunctional_d( const HCL_EvalQuadRegFunctional_d & )
Copy constructor---disabled.

HCL_EvalQuadRegFunctional_d( const HCL_Vector_d & x, HCL_LinearOp_d * a, HCL_Vector_d * bb )
Usual constructor; it just needs the input and a pointer to the linear operator

virtual ~HCL_EvalQuadRegFunctional_d()
Destructor.

virtual HCL_VectorSpace_d& Domain()
Domain space access.

Evaluation methods

virtual double Value()
Value computes the value of the function.

virtual void Gradient( HCL_Vector_d & g )
Gradient computes the gradient of the function.

virtual HCL_LinearOp_d* Hessian()
Hessian computes the Hessian of the function.

I/O

virtual ostream& Write( ostream & str )
Write prints out some useful information about the object.


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