Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
math_MultipleVarFunctionWithHessian Class Reference

#include <math_MultipleVarFunctionWithHessian.hxx>

Inheritance diagram for math_MultipleVarFunctionWithHessian:
Inheritance graph
[legend]

Public Member Functions

virtual DEFINE_STANDARD_ALLOC
Standard_Integer 
NbVariables () const =0
 returns the number of variables of the function.

virtual Standard_Boolean Value (const math_Vector &X, Standard_Real &F)=0
 computes the values of the Functions <F> for the
variable <X>.
Returns True if the computation was done successfully,
False otherwise.

virtual Standard_Boolean Gradient (const math_Vector &X, math_Vector &G)=0
 computes the gradient <G> of the functions for the
variable <X>.
Returns True if the computation was done successfully,
False otherwise.

virtual Standard_Boolean Values (const math_Vector &X, Standard_Real &F, math_Vector &G)=0
 computes the value <F> and the gradient <G> of the
functions for the variable <X>.
Returns True if the computation was done successfully,
False otherwise.

virtual Standard_Boolean Values (const math_Vector &X, Standard_Real &F, math_Vector &G, math_Matrix &H)=0
 computes the value <F>, the gradient <G> and the
hessian <H> of the functions for the variable <X>.
Returns True if the computation was done
successfully, False otherwise.


Member Function Documentation

Implemented in FairCurve_Energy.


The documentation for this class was generated from the following file: