Open CASCADE Technology 6.6.0
Public Member Functions
math_FunctionWithDerivative Class Reference

This abstract class describes the virtual functions associated with
a function of a single variable for which the first derivative is
available.

#include <math_FunctionWithDerivative.hxx>

Inheritance diagram for math_FunctionWithDerivative:
Inheritance graph
[legend]

Public Member Functions

virtual void Delete ()
virtual ~math_FunctionWithDerivative ()
virtual 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_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_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.


Constructor & Destructor Documentation

virtual math_FunctionWithDerivative::~math_FunctionWithDerivative ( ) [inline, virtual]

Member Function Documentation

virtual void math_FunctionWithDerivative::Delete ( ) [virtual]
virtual Standard_Boolean math_FunctionWithDerivative::Derivative ( const Standard_Real  X,
Standard_Real D 
) [pure virtual]
virtual Standard_Boolean math_FunctionWithDerivative::Value ( const Standard_Real  X,
Standard_Real F 
) [pure virtual]
virtual Standard_Boolean math_FunctionWithDerivative::Values ( const Standard_Real  X,
Standard_Real F,
Standard_Real D 
) [pure virtual]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines