Open CASCADE Technology  7.1.0.beta
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 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...
 
virtual ~math_FunctionSet ()
 

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 BlendFunc_ChAsym, Geom2dGcc_FunctionTanCuCuOnCu, BlendFunc_CSCircular, Extrema_FuncPSNorm, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, Geom2dGcc_FunctionTanCuCuCu, Contap_SurfFunction, BlendFunc_ConstRad, BlendFunc_EvolRad, BlendFunc_CSConstRad, Blend_RstRstFunction, Blend_SurfRstFunction, Blend_CSFunction, BlendFunc_ChAsymInv, Blend_Function, BlendFunc_Ruled, Blend_AppFunction, BRepBlend_SurfCurvEvolRadInv, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, BRepBlend_CurvPointRadInv, BRepBlend_SurfPointConstRadInv, GeomFill_FunctionGuide, Geom2dGcc_FunctionTanCuCu, Extrema_CCLocFOfLocECC, Extrema_CCLocFOfLocECC2d, Extrema_FuncExtCS, Blend_SurfCurvFuncInv, BlendFunc_ChamfInv, BlendFunc_EvolRadInv, Blend_FuncInv, Blend_SurfPointFuncInv, BlendFunc_ConstRadInv, BlendFunc_RuledInv, Blend_CurvPointFuncInv, Extrema_FuncExtSS, ProjLib_PrjFunc, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, IntWalk_TheFunctionOfTheInt2S, GeomFill_FunctionDraft, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, IntPatch_CSFunction, HLRBRep_TheCSFunctionOfInterCSurf, and IntCurveSurface_TheCSFunctionOfHInter.

virtual Standard_Integer math_FunctionSetWithDerivatives::NbEquations ( ) const
pure virtual

Returns the number of equations of the function.

Implements math_FunctionSet.

Implemented in Geom2dGcc_FunctionTanCuCuOnCu, Extrema_FuncPSNorm, BlendFunc_CSCircular, Geom2dGcc_FunctionTanCuCuCu, Contap_SurfFunction, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, BlendFunc_ConstRad, BlendFunc_EvolRad, BlendFunc_CSConstRad, Blend_RstRstFunction, Blend_SurfRstFunction, Extrema_CCLocFOfLocECC, Extrema_CCLocFOfLocECC2d, Extrema_FuncExtCS, Blend_CSFunction, BlendFunc_ChAsym, Blend_Function, BlendFunc_Ruled, Blend_AppFunction, BRepBlend_SurfCurvEvolRadInv, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, IntWalk_TheFunctionOfTheInt2S, Geom2dGcc_FunctionTanCuCu, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, Extrema_FuncExtSS, BRepBlend_CurvPointRadInv, BRepBlend_SurfPointConstRadInv, GeomFill_FunctionGuide, Blend_SurfCurvFuncInv, BlendFunc_ChamfInv, BlendFunc_ChAsymInv, BlendFunc_EvolRadInv, Blend_FuncInv, Blend_SurfPointFuncInv, BlendFunc_ConstRadInv, BlendFunc_RuledInv, Blend_CurvPointFuncInv, IntPatch_CSFunction, HLRBRep_TheCSFunctionOfInterCSurf, ProjLib_PrjFunc, IntCurveSurface_TheCSFunctionOfHInter, GeomFill_FunctionDraft, 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 BlendFunc_ChAsym, Geom2dGcc_FunctionTanCuCuOnCu, Extrema_FuncPSNorm, BlendFunc_CSCircular, BRepBlend_RstRstEvolRad, Geom2dGcc_FunctionTanCuCuCu, BRepBlend_RstRstConstRad, BRepBlend_SurfRstEvolRad, BRepBlend_SurfRstConstRad, Contap_SurfFunction, BlendFunc_ConstRad, BlendFunc_EvolRad, BlendFunc_CSConstRad, Blend_RstRstFunction, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, Blend_SurfRstFunction, Blend_CSFunction, BlendFunc_ChAsymInv, Blend_Function, BlendFunc_Ruled, Blend_AppFunction, BRepBlend_SurfCurvEvolRadInv, Extrema_CCLocFOfLocECC, Extrema_CCLocFOfLocECC2d, Extrema_FuncExtCS, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, Geom2dGcc_FunctionTanCuCu, BRepBlend_CurvPointRadInv, BRepBlend_SurfPointConstRadInv, GeomFill_FunctionGuide, Blend_SurfCurvFuncInv, BlendFunc_ChamfInv, BlendFunc_EvolRadInv, Extrema_FuncExtSS, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, IntWalk_TheFunctionOfTheInt2S, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, Blend_FuncInv, Blend_SurfPointFuncInv, BlendFunc_ConstRadInv, BlendFunc_RuledInv, Blend_CurvPointFuncInv, ProjLib_PrjFunc, GeomFill_FunctionDraft, IntPatch_CSFunction, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, HLRBRep_TheCSFunctionOfInterCSurf, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, and IntCurveSurface_TheCSFunctionOfHInter.

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 BlendFunc_ChAsym, BlendFunc_CSCircular, Geom2dGcc_FunctionTanCuCuOnCu, BRepBlend_RstRstEvolRad, BRepBlend_RstRstConstRad, BRepBlend_SurfRstEvolRad, Extrema_FuncPSNorm, BRepBlend_SurfRstConstRad, Geom2dGcc_FunctionTanCuCuCu, BlendFunc_ConstRad, BlendFunc_EvolRad, BlendFunc_CSConstRad, Blend_RstRstFunction, Contap_SurfFunction, Blend_SurfRstFunction, Blend_CSFunction, BlendFunc_ChAsymInv, Blend_Function, BlendFunc_Ruled, Blend_AppFunction, BRepBlend_SurfCurvEvolRadInv, BRepBlend_SurfCurvConstRadInv, BRepBlend_SurfPointEvolRadInv, BlendFunc_Chamfer, BRepBlend_CurvPointRadInv, BRepBlend_SurfPointConstRadInv, GeomFill_FunctionGuide, Geom2dGcc_FunctionTanCuCu, Blend_SurfCurvFuncInv, BlendFunc_ChamfInv, BlendFunc_EvolRadInv, GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox, IntPatch_TheSurfFunction, BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox, Blend_FuncInv, Blend_SurfPointFuncInv, BlendFunc_ConstRadInv, BlendFunc_RuledInv, Blend_CurvPointFuncInv, Extrema_CCLocFOfLocECC, Extrema_CCLocFOfLocECC2d, Extrema_FuncExtCS, ProjLib_PrjFunc, GeomFill_FunctionDraft, Extrema_FuncExtSS, Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter, HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter, GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox, IntWalk_TheFunctionOfTheInt2S, BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox, IntPatch_CSFunction, HLRBRep_TheCSFunctionOfInterCSurf, and IntCurveSurface_TheCSFunctionOfHInter.


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