Changeset 493c477 in git for factory/fac_util.h
- Timestamp:
- Jun 19, 1997, 2:27:33 PM (26 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- d5fa05a5be7b87efdc2785426d09a32224ee3587
- Parents:
- d541665e8702cfd9d72c1fac3b7eb844a136f40c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_util.h
rd54166 r493c477 1 / / emacs edit mode for this file is -*- C++ -*-2 / / $Id: fac_util.h,v 1.4 1997-04-08 10:38:05 schmidt Exp $1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: fac_util.h,v 1.5 1997-06-19 12:23:08 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_FAC_UTIL_H 5 5 #define INCL_FAC_UTIL_H 6 7 /*8 $Log: not supported by cvs2svn $9 Revision 1.3 1996/07/16 12:26:05 stobbe10 "New functions prod, crossprod ans sum for CFArrays, since these functions11 are no longer contained in the template specification of Array.12 "13 14 Revision 1.2 1996/07/08 08:22:02 stobbe15 "New organization of the factorization stuff. Some functions moved from16 fac_diophand.cc which no longer exists.17 "18 19 Revision 1.1 1996/06/27 11:34:25 stobbe20 "New function dviremainder.21 "22 23 Revision 1.0 1996/05/17 10:59:40 stobbe24 Initial revision25 26 */27 6 28 7 #include <config.h> … … 84 63 void extgcd ( const CanonicalForm & a, const CanonicalForm & b, CanonicalForm & S, CanonicalForm & T, const modpk & pk ); 85 64 86 #endif /* INCL_FAC_UTIL_H */65 #endif /* ! INCL_FAC_UTIL_H */
Note: See TracChangeset
for help on using the changeset viewer.