#include <math_FunctionSetWithDerivatives.hxx>
Inheritance diagram for math_FunctionSetWithDerivatives:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
virtual Standard_EXPORT Standard_Integer | NbVariables () const =0 |
Returns the number of variables of the function. . | |
virtual Standard_EXPORT Standard_Integer | NbEquations () const =0 |
Returns the number of equations of the function. . | |
virtual Standard_EXPORT Standard_Boolean | Value (const math_Vector &X, math_Vector &F)=0 |
Computes the values <f> of the Functions for the variable <x>. Returns True if the computation was done successfully, False otherwise. . | |
virtual Standard_EXPORT Standard_Boolean | Derivatives (const math_Vector &X, math_Matrix &D)=0 |
Returns the values <d> of the derivatives for the variable <x>. Returns True if the computation was done successfully, False otherwise. . | |
virtual Standard_EXPORT Standard_Boolean | Values (const math_Vector &X, math_Vector &F, math_Matrix &D)=0 |
returns the values <f> of the functions and the derivatives <d> for the variable <x>. Returns True if the computation was done successfully, False otherwise. |
|
|
|
Implements math_FunctionSet. |
|
Implements math_FunctionSet. |
|
Reimplemented from math_FunctionSet. |
|
Reimplemented from math_FunctionSet. |
|
Reimplemented from math_FunctionSet. |
|
Implements math_FunctionSet. |
|
|