OCC Main Page | FoundationClasses | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

FoundationClasses
TKMath
math


math_FunctionSetWithDerivatives Class Reference

This abstract class describes the virtual functions associated
with a set of N Functions each of M independant variables.
.

#include <math_FunctionSetWithDerivatives.hxx>

Inheritance diagram for math_FunctionSetWithDerivatives:

Inheritance graph
[legend]

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.


Member Function Documentation

virtual Standard_EXPORT Standard_Boolean math_FunctionSetWithDerivatives::Derivatives const math_Vector X,
math_Matrix D
[pure virtual]
 

virtual Standard_EXPORT Standard_Integer math_FunctionSetWithDerivatives::NbEquations  )  const [pure virtual]
 

Implements math_FunctionSet.

virtual Standard_EXPORT Standard_Integer math_FunctionSetWithDerivatives::NbVariables  )  const [pure virtual]
 

Implements math_FunctionSet.

void math_FunctionSetWithDerivatives::operator delete void *  anAddress  )  [inline]
 

Reimplemented from math_FunctionSet.

void* math_FunctionSetWithDerivatives::operator new size_t  size  )  [inline]
 

Reimplemented from math_FunctionSet.

void* math_FunctionSetWithDerivatives::operator new size_t  ,
void *  anAddress
[inline]
 

Reimplemented from math_FunctionSet.

virtual Standard_EXPORT Standard_Boolean math_FunctionSetWithDerivatives::Value const math_Vector X,
math_Vector F
[pure virtual]
 

Implements math_FunctionSet.

virtual Standard_EXPORT Standard_Boolean math_FunctionSetWithDerivatives::Values const math_Vector X,
math_Vector F,
math_Matrix D
[pure virtual]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:12:45 2008 for OpenCASCADE by  doxygen 1.4.1