Searched refs:ZPoly (Results 1 – 11 of 11) sorted by relevance
/dports/math/eclib/eclib-20210318/libsrc/ |
H A D | divpol.cc | 36 ZPoly ans; in div_pol_2() 54 ZPoly X; ZPolySetX(X); in div_pol_odd() 55 ZPoly f1 = X*(X*(X+a2)+a4)+a6; in div_pol_odd() 56 ZPoly f2 = a1*X+a3; in div_pol_odd() 58 ZPoly ans; in div_pol_odd() 87 ZPoly t1=div_pol_odd(a1,a2,a3,a4,a6,m); in div_pol_odd() 89 ZPoly t2=div_pol_odd(a1,a2,a3,a4,a6,m+1); in div_pol_odd() 124 ZPoly X; ZPolySetX(X); in mul_by_n_num() 125 ZPoly P_2 = div_pol_2(a1,a2,a3,a4,a6); in mul_by_n_num() 129 ZPoly A = X * P_n * P_n; in mul_by_n_num() [all …]
|
H A D | polys.cc | 26 FqPoly reduce(const ZPoly& f, const galois_field& Fq) in reduce() 67 vector<bigrational> roots(const ZPoly& f) in roots() 74 ZPoly g; in roots() 105 vector<bigint> introots(const ZPoly& f) in introots()
|
H A D | tlss.cc | 48 void TLSS::init(int pp, const ZPoly& pdivpol, int verb) in init()
|
H A D | points.cc | 596 ZPoly pol = division_points_X_pol(E->a1,E->a2,E->a3,E->a4,E->a6, m, X, Z); in division_points()
|
H A D | pointsmod.cc | 355 vector<pointmodq> curvemodqbasis::get_pbasis_via_divpol(int p, const ZPoly& pdivpol) in get_pbasis_via_divpol()
|
/dports/math/eclib/eclib-20210318/libsrc/eclib/ |
H A D | divpol.h | 43 ZPoly div_pol_odd(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4, 46 ZPoly div_pol_2(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4, 49 ZPoly div_pol(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4, 52 ZPoly division_polynomial(Curvedata* EE, int p); 56 ZPoly mul_by_n_num(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4, 59 ZPoly mul_by_n_den(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4, 64 ZPoly division_points_X_pol(const bigint& a1,const bigint& a2,const bigint& a3,const bigint& a4,
|
H A D | polys.h | 37 #define ZPoly ZZX macro 57 vector<bigrational> roots(const ZPoly& f); 58 vector<bigint> introots(const ZPoly& f); 69 FqPoly reduce(const ZPoly& f, const galois_field& Fq); 71 inline FqPoly reduce(const ZPoly& f, const bigint& q) in reduce()
|
H A D | tlss.h | 55 void init(int pp, const ZPoly& pdivpol, int verb=0);
|
H A D | saturate.h | 68 ZPoly pdivpol; // p-division poly (not always used)
|
H A D | pointsmod.h | 195 vector<pointmodq> get_pbasis_via_divpol(int p, const ZPoly& pdivpol);
|
/dports/cad/opencascade/opencascade-7.6.0/src/IGESConvGeom/ |
H A D | IGESConvGeom.cxx | 315 Handle(TColStd_HArray1OfReal) ZPoly = st->ZPolynomial(USeg, VSeg); in SplineSurfaceFromIGES() 326 ZPoly->Value(PolyIndex)*ParamU*ParamV); in SplineSurfaceFromIGES() 354 ZPoly = st->ZPolynomial(USeg, VSeg); in SplineSurfaceFromIGES() 363 ZPoly->Value(PolyIndex)*ParamU*ParamV); in SplineSurfaceFromIGES() 413 ZPoly = st->ZPolynomial(USeg, VSeg); in SplineSurfaceFromIGES() 422 ZPoly->Value(PolyIndex)*ParamU*ParamV); in SplineSurfaceFromIGES() 470 ZPoly = st->ZPolynomial(USeg, VSeg); in SplineSurfaceFromIGES() 479 ZPoly->Value(PolyIndex)*ParamU*ParamV); in SplineSurfaceFromIGES()
|