Changeset 5b8726d in git
- Timestamp:
- Oct 13, 2011, 9:46:17 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- ee1f01f859833388e917cc3b0cb2a404fd3babf1
- Parents:
- ecd9a3e3080b093745b8ca81ccac0542ba57ccb9
- git-author:
- Niels Ranosch <ranosch@mfo.de>2011-10-13 21:46:17+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:14:05+01:00
- Location:
- factory
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/NTLconvert.cc
recd9a3e r5b8726d 484 484 485 485 CFFList convertNTLvec_pair_GF2X_long2FacCFFList 486 (vec_pair_GF2X_long e,GF2 multi,Variable x)486 (vec_pair_GF2X_long e, GF2 /*multi*/, Variable x) 487 487 { 488 488 //printf("convertNTLvec_pair_GF2X_long2FacCFFList\n"); … … 929 929 //////////////////////////////////////////////////////////////////////////////// 930 930 931 CFFList convertNTLvec_pair_GF2EX_long2FacCFFList(vec_pair_GF2EX_long e,GF2E multi,Variable x,Variable alpha) 931 CFFList convertNTLvec_pair_GF2EX_long2FacCFFList 932 (vec_pair_GF2EX_long e, GF2E /*multi*/, Variable x, Variable alpha) 932 933 { 933 934 CFFList result; -
factory/cf_map_ext.cc
recd9a3e r5b8726d 362 362 363 363 CanonicalForm 364 mapUp (const CanonicalForm& F, const Variable& alpha, const Variable& beta,364 mapUp (const CanonicalForm& F, const Variable& alpha, const Variable& /*beta*/, 365 365 const CanonicalForm& prim_elem, const CanonicalForm& im_prim_elem, 366 366 CFList& source, CFList& dest) -
factory/facHensel.cc
recd9a3e r5b8726d 2680 2680 henselStep122 (const CanonicalForm& F, const CFList& factors, 2681 2681 CFArray& bufFactors, const CFList& diophant, CFMatrix& M, 2682 CFArray& Pi, int j, const CFArray& LCs)2682 CFArray& Pi, int j, const CFArray& /*LCs*/) 2683 2683 { 2684 2684 Variable x= F.mvar(); -
factory/fac_ezgcd.cc
recd9a3e r5b8726d 207 207 208 208 static CanonicalForm 209 ezgcd_specialcase ( const CanonicalForm & F, const CanonicalForm & G, REvaluation & b, const modpk & bound)209 ezgcd_specialcase ( const CanonicalForm & F, const CanonicalForm & G, REvaluation & /*b*/, const modpk & /*bound*/ ) 210 210 { 211 211 CanonicalForm d; -
factory/fac_multihensel.cc
recd9a3e r5b8726d 22 22 23 23 static void 24 extgcdrest ( const CanonicalForm & a, const CanonicalForm & b, const CanonicalForm & s, const CanonicalForm & t, const CanonicalForm & c, CanonicalForm & S, CanonicalForm & T, const modpk & pk)24 extgcdrest ( const CanonicalForm & a, const CanonicalForm & b, const CanonicalForm & s, const CanonicalForm & t, const CanonicalForm & c, CanonicalForm & S, CanonicalForm & T, const modpk & /*pk*/ ) 25 25 { 26 26 CanonicalForm sigma = s * c, tau = t * c; … … 323 323 324 324 bool 325 Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x)325 Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & /*x*/ ) 326 326 { 327 327 DEBINCLEVEL( cerr, "Hensel" ); -
factory/fac_univar.cc
recd9a3e r5b8726d 244 244 245 245 static int 246 UnivariateQuadraticLift ( const CanonicalForm &F, const CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & Gamma, CanonicalForm & gk, CanonicalForm & hk )246 UnivariateQuadraticLift ( const CanonicalForm &F, const CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & /*Gamma*/, CanonicalForm & gk, CanonicalForm & hk ) 247 247 { 248 248 CanonicalForm lf, f, gamma; … … 320 320 321 321 static int 322 UnivariateLinearLift ( const CanonicalForm &F, const CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & Gamma, CanonicalForm & gk, CanonicalForm & hk )322 UnivariateLinearLift ( const CanonicalForm &F, const CanonicalForm & G, const CanonicalForm &H, const modpk & pk, const CanonicalForm & /*Gamma*/, CanonicalForm & gk, CanonicalForm & hk ) 323 323 { 324 324 CanonicalForm lf, f, gamma; -
factory/sm_sparsemod.cc
recd9a3e r5b8726d 32 32 33 33 static CanonicalForm 34 smodgcd( const CanonicalForm & u, const CanonicalForm & v, const CanonicalForm & lcggt, const REvaluation & alpha, CFRandom & gen, int CHAR, const Variable & extension)34 smodgcd( const CanonicalForm & u, const CanonicalForm & v, const CanonicalForm & lcggt, const REvaluation & alpha, CFRandom & gen, int CHAR, const Variable & /*extension*/ ) 35 35 { 36 36 DEBOUTLN( cerr, " ALPHA = " << alpha ); -
factory/sm_util.cc
recd9a3e r5b8726d 66 66 //}}} 67 67 static CanonicalForm 68 interpol( const CFArray & values, const CanonicalForm & point, const CFArray & points, const Variable & x, int d, int CHAR)68 interpol( const CFArray & values, const CanonicalForm & point, const CFArray & points, const Variable & x, int d, int /*CHAR*/ ) 69 69 { 70 70 CFArray alpha( 1, d+1 );
Note: See TracChangeset
for help on using the changeset viewer.