HCL_RestrictedFunctionalGrad_d is a concrete class which creates a functional with gradient from a functional defined on a product space, by fixing all but one of the components of the independent variable
![]() | Domain () Domain space access |
![]() | EvaluateGrad ( const HCL_Vector_d & x ) EvaluateGrad creates an "evaluation" object, which knows how to compute the function value and gradient at the given x |
![]() | HCL_RestrictedFunctionalGrad_d ( HCL_FunctionalProductDomainGrad_d * ff, HCL_ProductVector_d * x, int i ) Usual constructor; just needs the underlying functional (defined on a product space) and the index of the free component of the independent variable |
![]() | HCL_RestrictedFunctionalGrad_d ( HCL_FunctionalProductDomainGrad_d * ff, const HCL_ProductVector_d & x, int i ) Usual constructor; just needs the underlying functional (defined on a product space) and the index of the free component of the independent variable |
![]() | Write ( ostream & str ) Debugging information |
HCL_RestrictedFunctionalGrad_d is a concrete class which creates a functional with gradient from a functional defined on a product space, by fixing all but one of the components of the independent variable
HCL_RestrictedFunctionalGrad_d( HCL_FunctionalProductDomainGrad_d * ff, HCL_ProductVector_d * x, int i )
virtual HCL_VectorSpace_d& Domain()
virtual HCL_EvaluateFunctionalGrad_d* EvaluateGrad( const HCL_Vector_d & x )
virtual ostream& Write( ostream & str )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de