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