HCL_EvalFunctionalProductDomain_d is the evaluation object for the HCL_FunctionalProductDomain_d class
virtual HCL_VectorSpace_d& | Domain () const Domain returns a reference to the domain of the underlying function |
virtual HCL_ProductSpace_d& | ProductDomain () const ProductDomain returns a reference to the domain of the underlying function, as an instance of HCL_ProductSpace_d |
virtual double | Value () const Value computes the value of the function |
virtual void | Gradient ( HCL_Vector_d & g ) const Gradient computes the gradient of the function |
virtual const HCL_Vector_d& | GradientRef () const GradientRef computes the gradient of the function and returns a reference to it |
virtual void | PartialGradient ( int i, HCL_Vector_d & g ) const PartialGradient computes the component of the gradient corresponding to the ith component of the independent variable |
virtual const HCL_Vector_d& | PartialGradientRef ( int i ) const PartialGradientRef returns a reference to the component of the gradient corresponding to the ith component of the independent variable |
virtual HCL_LinearOp_d* | Hessian () const Hessian computes the Hessian of the function |
virtual HCL_LinearOp_d* | HessianBlock ( int i, int j ) const HessianBlock creates the (i,j) block of the Hessian, as a linear operator with adjoint |
virtual const HCL_LinearOp_d& | HessianRef () const HessianRef computes the Hessian of the function and returns a reference to it |
virtual const HCL_LinearOp_d& | HessianBlockRef ( int i, int j ) const HessianBlockRef returns a reference to the (i,j) block of the Hessian |
virtual ostream& | Write ( ostream & str ) const Debugging information |
virtual void | HessianBlockImage ( int i, int j, const HCL_Vector_d & dxj, HCL_Vector_d & dxi ) const HessianBlockImage computes the image of the (i,j) block of the Hessian on derivative on dxi, giving dxj |
HCL_EvalFunctionalProductDomain_d is the evaluation object for the HCL_FunctionalProductDomain_d class. For details, see the documentation for HCL_EvaluateFunctional_d and HCL_FunctionalProductDomain_d.
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