Changeset 3b6f1b in git for factory/facBivar.h


Ignore:
Timestamp:
Sep 12, 2014, 2:11:16 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
750a0ef0a22f27fddb8987152aad2b122395dd60
Parents:
eb7c6b1e58d5e8f567c011a4a28afa0700b274e35ce0932fba9e2d08b5823f3de76db0209913f4ae
Message:
Merge pull request #639 from mmklee/docu

Docu+charsets
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facBivar.h

    reb7c6b r3b6f1b  
    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.