|
Open CASCADE Technology 7.9.3
|
#include <Standard.hxx>#include <Standard_Type.hxx>#include <math_Matrix.hxx>#include <TColStd_Array1OfReal.hxx>#include <PLib_Base.hxx>#include <Standard_Integer.hxx>#include <GeomAbs_Shape.hxx>#include <PLib_HermitJacobi.lxx>Data Structures | |
| class | PLib_HermitJacobi |
| This class provides method to work with Jacobi Polynomials relatively to an order of constraint q = myWorkDegree-2*(myNivConstr+1) Jk(t) for k=0,q compose the Jacobi Polynomial base relatively to the weight W(t) iorder is the integer value for the constraints: iorder = 0 <=> ConstraintOrder = GeomAbs_C0 iorder = 1 <=> ConstraintOrder = GeomAbs_C1 iorder = 2 <=> ConstraintOrder = GeomAbs_C2 P(t) = H(t) + W(t) * Q(t) Where W(t) = (1-t**2)**(2*iordre+2) the coefficients JacCoeff represents P(t) JacCoeff are stored as follow: More... | |