Changeset 7b4bfe6 in git for factory/fac_util.h
- Timestamp:
- Jul 8, 1996, 10:22:02 AM (27 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- db4770670387300daebce8262e6dddb3e3ba4b7f
- Parents:
- f63dbca24fdad0fc65e8496a781d6830dafded8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_util.h
rf63dbca r7b4bfe6 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fac_util.h,v 1. 1 1996-06-27 11:34:25stobbe Exp $2 // $Id: fac_util.h,v 1.2 1996-07-08 08:22:02 stobbe Exp $ 3 3 4 4 #ifndef INCL_FAC_UTIL_H … … 7 7 /* 8 8 $Log: not supported by cvs2svn $ 9 Revision 1.1 1996/06/27 11:34:25 stobbe 10 "New function dviremainder. 11 " 12 9 13 Revision 1.0 1996/05/17 10:59:40 stobbe 10 14 Initial revision … … 13 17 14 18 #include "canonicalform.h" 19 #include "cf_eval.h" 15 20 16 21 /*BEGINPUBLIC*/ … … 43 48 void divremainder( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & quot, CanonicalForm & rem, const modpk & pk ); 44 49 50 CanonicalForm maxCoeff( const CanonicalForm & f ); 51 52 bool Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x ); 53 45 54 /*ENDPUBLIC*/ 46 55 56 bool gcd_test_one ( const CanonicalForm & f, const CanonicalForm & g, bool swap ); 57 58 CanonicalForm ezgcd ( const CanonicalForm & f, const CanonicalForm & g ); 59 60 void extgcd ( const CanonicalForm & a, const CanonicalForm & b, CanonicalForm & S, CanonicalForm & T, const modpk & pk ); 61 47 62 #endif /* INCL_FAC_UTIL_H */
Note: See TracChangeset
for help on using the changeset viewer.