Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
math_FunctionSetWithDerivatives Class Referenceabstract

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

#include <math_FunctionSetWithDerivatives.hxx>

Inheritance diagram for math_FunctionSetWithDerivatives:
Inheritance graph
[legend]

Public Member Functions

virtual Standard_Integer NbVariables () const =0
 Returns the number of variables of the function.
More...
 
virtual Standard_Integer NbEquations () const =0
 Returns the number of equations of the function.
More...
 
virtual 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.
More...
 
virtual 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.
More...
 
virtual 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.
More...
 
- Public Member Functions inherited from math_FunctionSet
virtual void Delete ()
 
virtual ~math_FunctionSet ()
 
virtual Standard_Integer GetStateNumber ()
 Returns the state of the function corresponding to the
latestcall of any methods associated with the function.
This function is called by each of the algorithms
described later which define the function Integer
Algorithm::StateNumber(). The algorithm has the
responsibility to call this function when it has found
a solution (i.e. a root or a minimum) and has to maintain
the association between the solution found and this
StateNumber.
Byu default, this method returns 0 (which means for the
algorithm: no state has been saved). It is the
responsibility of the programmer to decide if he needs
to save the current state of the function and to return
an Integer that allows retrieval of the state.
More...
 

Detailed Description

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

Member Function Documentation

virtual Standard_Boolean math_FunctionSetWithDerivatives::Derivatives ( const math_Vector X,
math_Matrix D 
)
pure virtual

Returns the values <D> of the derivatives for the
variable <X>.
Returns True if the computation was done successfully,
False otherwise.

Implemented in BRepBlend_RstRstEvolRad, BlendFunc_ChAsym, BlendFunc_CSCircular, BRepBlend_SurfRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstConstRad, BlendFunc_EvolRad, BlendFunc_ConstRad, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, BlendFunc_CSConstRad, Extrema_FuncExtPS, Contap_TheSurfFunctionOfContour, BlendFunc_ChAsymInv, BlendFunc_Ruled, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECCOfLocateExtCC, GeomFill_FunctionGuide, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, BRepBlend_SurfCurvEvolRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, Extrema_FuncExtCS, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, BlendFunc_EvolRadInv, Blend_RstRstFunction, BlendFunc_ChamfInv, BRepBlend_SurfCurvConstRadInv, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepBlend_SurfPointConstRadInv, Blend_SurfRstFunction, BlendFunc_ConstRadInv, BlendFunc_RuledInv, BRepBlend_CurvPointRadInv, Blend_AppFunction, Blend_CSFunction, Extrema_FuncExtSS, Blend_Function, Blend_SurfCurvFuncInv, IntPatch_CSFunction, Blend_FuncInv, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, GeomFill_FunctionDraft, ProjLib_PrjFunc, IntCurveSurface_TheCSFunctionOfHInter, Blend_SurfPointFuncInv, HLRBRep_TheCSFunctionOfInterCSurf, Blend_CurvPointFuncInv, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, and HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.

virtual Standard_Integer math_FunctionSetWithDerivatives::NbEquations ( ) const
pure virtual

Returns the number of equations of the function.

Implements math_FunctionSet.

Implemented in BRepBlend_RstRstEvolRad, BlendFunc_CSCircular, BRepBlend_SurfRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstConstRad, BlendFunc_EvolRad, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, BlendFunc_ConstRad, Extrema_FuncExtPS, Contap_TheSurfFunctionOfContour, BlendFunc_CSConstRad, BlendFunc_ChAsym, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECCOfLocateExtCC, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, BlendFunc_Ruled, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, Extrema_FuncExtCS, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, GeomFill_FunctionGuide, BRepBlend_SurfCurvEvolRadInv, BlendFunc_ChAsymInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, BlendFunc_EvolRadInv, Blend_RstRstFunction, BlendFunc_ChamfInv, Extrema_FuncExtSS, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointConstRadInv, Blend_SurfRstFunction, BlendFunc_ConstRadInv, BlendFunc_RuledInv, IntPatch_CSFunction, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, BRepBlend_CurvPointRadInv, Blend_AppFunction, Blend_CSFunction, IntCurveSurface_TheCSFunctionOfHInter, Blend_Function, HLRBRep_TheCSFunctionOfInterCSurf, Blend_SurfCurvFuncInv, Blend_FuncInv, GeomFill_FunctionDraft, ProjLib_PrjFunc, Blend_SurfPointFuncInv, Blend_CurvPointFuncInv, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, and HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.

virtual Standard_Integer math_FunctionSetWithDerivatives::NbVariables ( ) const
pure virtual
virtual Standard_Boolean math_FunctionSetWithDerivatives::Value ( const math_Vector X,
math_Vector F 
)
pure virtual

Computes the values <F> of the Functions for the
variable <X>.
Returns True if the computation was done successfully,
False otherwise.

Implements math_FunctionSet.

Implemented in BRepBlend_RstRstEvolRad, BlendFunc_ChAsym, BlendFunc_CSCircular, BRepBlend_SurfRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstConstRad, BlendFunc_EvolRad, BlendFunc_ConstRad, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, Extrema_FuncExtPS, BlendFunc_CSConstRad, Contap_TheSurfFunctionOfContour, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECCOfLocateExtCC, BlendFunc_ChAsymInv, BlendFunc_Ruled, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, Extrema_FuncExtCS, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, GeomFill_FunctionGuide, BRepBlend_SurfCurvEvolRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BlendFunc_EvolRadInv, Blend_RstRstFunction, BlendFunc_ChamfInv, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointConstRadInv, Blend_SurfRstFunction, BlendFunc_ConstRadInv, BlendFunc_RuledInv, Extrema_FuncExtSS, BRepBlend_CurvPointRadInv, Blend_AppFunction, Blend_CSFunction, IntPatch_CSFunction, Blend_Function, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, Blend_SurfCurvFuncInv, IntCurveSurface_TheCSFunctionOfHInter, Blend_FuncInv, GeomFill_FunctionDraft, HLRBRep_TheCSFunctionOfInterCSurf, ProjLib_PrjFunc, Blend_SurfPointFuncInv, Blend_CurvPointFuncInv, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, and HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.

virtual Standard_Boolean math_FunctionSetWithDerivatives::Values ( const math_Vector X,
math_Vector F,
math_Matrix D 
)
pure virtual

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.

Implemented in BRepBlend_RstRstEvolRad, BlendFunc_ChAsym, BlendFunc_CSCircular, BRepBlend_SurfRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstConstRad, BlendFunc_EvolRad, BlendFunc_ConstRad, BlendFunc_CSConstRad, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, Extrema_FuncExtPS, Contap_TheSurfFunctionOfContour, BlendFunc_ChAsymInv, BlendFunc_Ruled, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, GeomFill_FunctionGuide, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, BRepBlend_SurfCurvEvolRadInv, IntPatch_TheSurfFunction, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECCOfLocateExtCC, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, BlendFunc_EvolRadInv, Blend_RstRstFunction, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, BlendFunc_ChamfInv, BRepBlend_SurfCurvConstRadInv, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, Extrema_FuncExtCS, BRepBlend_SurfPointConstRadInv, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, Blend_SurfRstFunction, BlendFunc_ConstRadInv, BlendFunc_RuledInv, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepBlend_CurvPointRadInv, Blend_AppFunction, Blend_CSFunction, Blend_Function, Blend_SurfCurvFuncInv, Extrema_FuncExtSS, Blend_FuncInv, GeomFill_FunctionDraft, ProjLib_PrjFunc, IntPatch_CSFunction, Blend_SurfPointFuncInv, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, Blend_CurvPointFuncInv, IntCurveSurface_TheCSFunctionOfHInter, HLRBRep_TheCSFunctionOfInterCSurf, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, and HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.


The documentation for this class was generated from the following file: