#include <math_FunctionWithDerivative.hxx>
Inheritance diagram for math_FunctionWithDerivative:
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_FunctionWithDerivative () |
virtual Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F)=0 |
Computes the value <f>of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. . | |
virtual Standard_EXPORT Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D)=0 |
Computes the derivative <d> of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. . | |
virtual Standard_EXPORT Standard_Boolean | Values (const Standard_Real X, Standard_Real &F, Standard_Real &D)=0 |
Computes the value <f> and the derivative <d> of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. . |
|
|
|
|
|
Implemented in CSLib_NormalPolyDef. |
|
Reimplemented from math_Function. Reimplemented in CSLib_NormalPolyDef. |
|
Reimplemented from math_Function. Reimplemented in CSLib_NormalPolyDef. |
|
Reimplemented from math_Function. Reimplemented in CSLib_NormalPolyDef. |
|
Implements math_Function. Implemented in CSLib_NormalPolyDef. |
|
Implemented in CSLib_NormalPolyDef. |