Changeset 5f92d8 in git for factory/facBivar.h


Ignore:
Timestamp:
Mar 6, 2012, 12:03:45 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
4a0a30398a875d80f01a41e504fcf8ad0cfd7541
Parents:
4e6d2aac480d2946ef572d24bd5dd72906cf1e57
git-author:
Martin Lee <martinlee84@web.de>2012-03-06 12:03:45+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-04-04 14:42:26+02:00
Message:
chg: added coeff bound for polys over Q(a)
chg: renamed find_good_prime to findGoodPrime
chg: added coeffBound and findGoodPrime to facBivar.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.h

    r4e6d2a r5f92d8  
    275275            );
    276276
     277modpk
     278coeffBound ( const CanonicalForm & f, int p, const CanonicalForm& mipo );
     279
     280void findGoodPrime(const CanonicalForm &f, int &start);
     281
     282modpk
     283coeffBound ( const CanonicalForm & f, int p );
     284
    277285#endif
    278286
Note: See TracChangeset for help on using the changeset viewer.