#include <CSLib_NormalPolyDef.hxx>
Inheritance diagram for CSLib_NormalPolyDef:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | CSLib_NormalPolyDef (const Standard_Integer k0, const TColStd_Array1OfReal &li) |
Standard_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
computes the value <f>of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. | |
Standard_EXPORT Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D) |
computes the derivative <d> of the function for the variable <x>. Returns True if the calculation were successfully done, False otherwise. | |
Standard_EXPORT Standard_Boolean | Values (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
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. | |
Private Attributes | |
Standard_Integer | myK0 |
TColStd_Array1OfReal | myTABli |
|
|
|
Implements math_FunctionWithDerivative. |
|
Reimplemented from math_FunctionWithDerivative. |
|
Reimplemented from math_FunctionWithDerivative. |
|
Reimplemented from math_FunctionWithDerivative. |
|
Implements math_FunctionWithDerivative. |
|
Implements math_FunctionWithDerivative. |
|
|
|
|