Changeset 473102 in git for factory/cf_gcd_smallp.cc


Ignore:
Timestamp:
Jun 25, 2013, 3:25:38 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e380c094a09f6af6dd282c36d78055ec8bd24ece
Parents:
26fc598971dac7165d7ec99eec29433a9e8b9428
git-author:
Martin Lee <martinlee84@web.de>2013-06-25 15:25:38+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-07-22 15:49:53+02:00
Message:
various changes/fixes to documentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r26fc59 r473102  
    88 * This file implements the GCD of two polynomials over \f$ F_{p} \f$ ,
    99 * \f$ F_{p}(\alpha ) \f$ or GF based on Alg. 7.2. as described in "Algorithms
    10  * for Computer Algebra" by Geddes, Czapor, Labahnn
     10 * for Computer Algebra" by Geddes, Czapor, Labahn
    1111 *
    1212 * @par Copyright:
     
    11331133}
    11341134
    1135 /// F is assumed to be an univariate polynomial in x,
    1136 /// computes a random monic irreducible univariate polynomial of random
    1137 /// degree < i in x which does not divide F
     1135/// computes a random monic irreducible univariate polynomial in x of random
     1136/// degree < i
    11381137CanonicalForm
    11391138randomIrredpoly (int i, const Variable & x)
Note: See TracChangeset for help on using the changeset viewer.