HCL_RestrictedFunctional_d is a concrete class which creates a new functional from a functional defined on a product space, by fixing all but one of the components of the independent variable
HCL_RestrictedFunctional_d ( HCL_FunctionalProductDomain_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 | |
HCL_RestrictedFunctional_d ( HCL_FunctionalProductDomain_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 | |
virtual HCL_VectorSpace_d& | Domain () const Domain space access |
virtual HCL_EvaluateFunctional_d* | Evaluate ( const HCL_Vector_d & x ) const Evaluate creates an "evaluation" object, which knows how to compute the function value, gradient and Hessian at the given x |
virtual ostream& | Write ( ostream & str ) const Debugging information |
HCL_RestrictedFunctional_d is a concrete class which creates a new functional from a functional defined on a product space, by fixing all but one of the components of the independent variable. That is, given an instance of HCL_FunctionalProductDomain_d representing , the class HCL_RestrictedFunctional_d implements defined by , where are fixed.See the documentation of HCL_Functional_d and HCL_FunctionalProductDomain_d for more information.
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