HCL_EvalLSFcnlGNProductDomain_d is the evaluation object for the functional class HCL_LeastSquareFcnlGNProductDomain_d, which implements a least-squares functional based on a nonlinear operator
HCL_EvalLSFcnlGNProductDomain_d ( const HCL_ProductVector_d & Input, HCL_OpProductDomain_d * Operator, HCL_Vector_d * Data) Usual constructor | |
virtual HCL_VectorSpace_d& | Domain () const Domain space access; returns a reference to the vector space defining the domain of the functional |
virtual double | Value () const Value computes the value of the functional. |
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 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 |
virtual ostream& | Write ( ostream & str ) const Write invokes the Write method for the underlying objects (operator and data) |
HCL_EvalLSFcnlGNProductDomain_d is the evaluation object for the functional class HCL_LeastSquareFcnlGNProductDomain_d, which implements a least-squares functional based on a nonlinear operator. The suffix "GN" indicates that the Gauss-Newton approximation to the Hessian is used, while the term "ProductDomain" indicates that the operator (and hence the least-squares functional) is defined on a product space. See the documentation for HCL_LeastSquaresFcnlGNProductDomain_d and HCL_EvalFunctionalProductDomain_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