Open CASCADE Technology 6.6.0
|
This abstract class describes the virtual functions associated to
a set on N Functions of M independant variables.
#include <math_FunctionSet.hxx>
Public Member Functions | |
virtual void | Delete () |
virtual | ~math_FunctionSet () |
virtual Standard_Integer | NbVariables () const =0 |
Returns the number of variables of the function. | |
virtual Standard_Integer | NbEquations () const =0 |
Returns the number of equations of the function. | |
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. | |
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. |
virtual math_FunctionSet::~math_FunctionSet | ( | ) | [inline, virtual] |
virtual void math_FunctionSet::Delete | ( | ) | [virtual] |
virtual Standard_Integer math_FunctionSet::GetStateNumber | ( | ) | [virtual] |
virtual Standard_Integer math_FunctionSet::NbEquations | ( | ) | const [pure virtual] |
Implemented in math_FunctionSetWithDerivatives, ProjLib_PrjFunc, FEmTool_ElementsOfRefMatrix, Extrema_FuncExtPS, Extrema_FuncExtCS, Extrema_FuncExtSS, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECCOfLocateExtCC, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntCurveSurface_TheCSFunctionOfHInter, IntPatch_TheSurfFunction, IntPatch_CSFunction, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, GeomFill_FunctionDraft, GeomFill_FunctionGuide, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, FairCurve_DistributionOfEnergy, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, HLRBRep_TheCSFunctionOfInterCSurf, Contap_TheSurfFunctionOfContour, Blend_AppFunction, Blend_Function, Blend_FuncInv, Blend_CSFunction, Blend_SurfRstFunction, Blend_SurfPointFuncInv, Blend_SurfCurvFuncInv, Blend_RstRstFunction, Blend_CurvPointFuncInv, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfPointConstRadInv, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BRepBlend_CurvPointRadInv, BRepBlend_SurfCurvEvolRadInv, BlendFunc_ConstRad, BlendFunc_ConstRadInv, BlendFunc_Ruled, BlendFunc_RuledInv, BlendFunc_EvolRad, BlendFunc_EvolRadInv, BlendFunc_CSConstRad, BlendFunc_CSCircular, BlendFunc_Chamfer, BlendFunc_ChamfInv, BlendFunc_ChAsym, and BlendFunc_ChAsymInv.
virtual Standard_Integer math_FunctionSet::NbVariables | ( | ) | const [pure virtual] |
Implemented in math_FunctionSetWithDerivatives, ProjLib_PrjFunc, FEmTool_ElementsOfRefMatrix, Extrema_FuncExtPS, Extrema_FuncExtCS, Extrema_FuncExtSS, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECCOfLocateExtCC, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntCurveSurface_TheCSFunctionOfHInter, IntPatch_TheSurfFunction, IntPatch_CSFunction, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, GeomFill_FunctionDraft, GeomFill_FunctionGuide, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, FairCurve_DistributionOfEnergy, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, HLRBRep_TheCSFunctionOfInterCSurf, Contap_TheSurfFunctionOfContour, Blend_AppFunction, Blend_Function, Blend_FuncInv, Blend_CSFunction, Blend_SurfRstFunction, Blend_SurfPointFuncInv, Blend_SurfCurvFuncInv, Blend_RstRstFunction, Blend_CurvPointFuncInv, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, and BlendFunc_CSCircular.
virtual Standard_Boolean math_FunctionSet::Value | ( | const math_Vector & | X, |
math_Vector & | F | ||
) | [pure virtual] |
Implemented in math_FunctionSetWithDerivatives, ProjLib_PrjFunc, FEmTool_ElementsOfRefMatrix, Extrema_FuncExtPS, Extrema_FuncExtCS, Extrema_FuncExtSS, Extrema_CCFOfECCOfExtCC, Extrema_CCFOfELCCOfLocateExtCC, Extrema_CCLocFOfLocECCOfLocateExtCC, Extrema_CCFOfECC2dOfExtCC2d, Extrema_CCFOfELCC2dOfLocateExtCC2d, Extrema_CCLocFOfLocECC2dOfLocateExtCC2d, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntCurveSurface_TheCSFunctionOfHInter, IntPatch_TheSurfFunction, IntPatch_CSFunction, IntPatch_TheFunctionOfTheInt2SOfThePWalkingInter, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, GeomFill_FunctionDraft, GeomFill_FunctionGuide, Geom2dGcc_FuncTCuCuCuOfMyC2d3Tan, Geom2dGcc_FuncTCuCuOnCuOfMyC2d2TanOn, Geom2dGcc_FuncTCuCuOfMyL2d2Tan, FairCurve_DistributionOfSagging, FairCurve_DistributionOfTension, FairCurve_DistributionOfJerk, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, HLRBRep_TheCSFunctionOfInterCSurf, Contap_TheSurfFunctionOfContour, Blend_AppFunction, Blend_Function, Blend_FuncInv, Blend_CSFunction, Blend_SurfRstFunction, Blend_SurfPointFuncInv, Blend_SurfCurvFuncInv, Blend_RstRstFunction, Blend_CurvPointFuncInv, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfPointConstRadInv, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BRepBlend_CurvPointRadInv, BRepBlend_SurfCurvEvolRadInv, BlendFunc_ConstRad, BlendFunc_ConstRadInv, BlendFunc_Ruled, BlendFunc_RuledInv, BlendFunc_EvolRad, BlendFunc_EvolRadInv, BlendFunc_CSConstRad, BlendFunc_CSCircular, BlendFunc_Chamfer, BlendFunc_ChamfInv, BlendFunc_ChAsym, and BlendFunc_ChAsymInv.