Changeset 30e27f in git


Ignore:
Timestamp:
Aug 26, 2014, 11:20:18 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
53e6c3ed92a09bfcbead81b6adcaa7ab3eed1a88
Parents:
b53ff6a932a721af73802744f9ad0feefc3dce66
git-author:
Martin Lee <martinlee84@web.de>2014-08-26 11:20:18+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-08-26 12:29:12+02:00
Message:
more docu in facBivar.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.h

    rb53ff6 r30e27f  
    281281            );
    282282
     283/// compute p^k larger than the bound on the coefficients of a factor of @a f
     284/// over Q (mipo)
    283285modpk
    284 coeffBound ( const CanonicalForm & f, int p, const CanonicalForm& mipo );
    285 
    286 void findGoodPrime(const CanonicalForm &f, int &start);
    287 
     286coeffBound (const CanonicalForm & f,  ///< [in] poly over Z[a]
     287            int p,                    ///< [in] some positive integer
     288            const CanonicalForm& mipo ///< [in] minimal polynomial with
     289                                      ///< denominator 1
     290           );
     291
     292/// find a big prime p from our tables such that no term of f vanishes mod p
     293void findGoodPrime(const CanonicalForm &f, ///< [in] poly over Z or Z[a]
     294                   int &start              ///< [in,out] index of big prime in
     295                                           /// cf_primetab.h
     296                  );
     297
     298/// compute p^k larger than the bound on the coefficients of a factor of @a f
     299/// over Z
    288300modpk
    289 coeffBound ( const CanonicalForm & f, int p );
     301coeffBound (const CanonicalForm & f, ///< [in] poly over Z
     302            int p                    ///< [in] some positive integer
     303           );
    290304
    291305#endif
Note: See TracChangeset for help on using the changeset viewer.