#include <math_MultipleVarFunctionWithGradient.hxx>
Inheritance diagram for math_MultipleVarFunctionWithGradient:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
virtual Standard_EXPORT void | Delete () |
virtual Standard_EXPORT | ~math_MultipleVarFunctionWithGradient () |
virtual Standard_EXPORT Standard_Integer | NbVariables () const =0 |
Returns the number of variables of the function. . | |
virtual Standard_EXPORT 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_EXPORT 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_EXPORT 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. |
|
|
|
|
|
Implemented in math_MultipleVarFunctionWithHessian. |
|
Implements math_MultipleVarFunction. Implemented in math_MultipleVarFunctionWithHessian. |
|
Reimplemented from math_MultipleVarFunction. Reimplemented in math_MultipleVarFunctionWithHessian. |
|
Reimplemented from math_MultipleVarFunction. Reimplemented in math_MultipleVarFunctionWithHessian. |
|
Reimplemented from math_MultipleVarFunction. Reimplemented in math_MultipleVarFunctionWithHessian. |
|
Implements math_MultipleVarFunction. Implemented in math_MultipleVarFunctionWithHessian. |
|
Implemented in math_MultipleVarFunctionWithHessian. |