Changeset 70161e in git for factory/fac_util.h
- Timestamp:
- Jul 16, 1996, 2:26:05 PM (27 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1251952559942e380e666f13188d81cd17e90569
- Parents:
- 9f2b6f23a8e1f2de750bc3241e6e692d3f57c0d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_util.h
r9f2b6f r70161e 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fac_util.h,v 1. 2 1996-07-08 08:22:02stobbe Exp $2 // $Id: fac_util.h,v 1.3 1996-07-16 12:26:05 stobbe Exp $ 3 3 4 4 #ifndef INCL_FAC_UTIL_H … … 7 7 /* 8 8 $Log: not supported by cvs2svn $ 9 Revision 1.2 1996/07/08 08:22:02 stobbe 10 "New organization of the factorization stuff. Some functions moved from 11 fac_diophand.cc which no longer exists. 12 " 13 9 14 Revision 1.1 1996/06/27 11:34:25 stobbe 10 15 "New function dviremainder. … … 52 57 bool Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x ); 53 58 59 /* some special array functions */ 60 61 CanonicalForm sum ( const CFArray & a, int f, int l ); 62 63 CanonicalForm prod ( const CFArray & a, int f, int l ); 64 65 CanonicalForm sum ( const CFArray & a ); 66 67 CanonicalForm prod ( const CFArray & a ); 68 69 CanonicalForm crossprod ( const CFArray & a, const CFArray & b ); 70 54 71 /*ENDPUBLIC*/ 55 72
Note: See TracChangeset
for help on using the changeset viewer.