Changeset c6caf1 in git for factory/fac_util.h
- Timestamp:
- Mar 12, 1998, 3:31:13 PM (25 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 195424a9a77b57c412c3492fea3a288b9e27eb68
- Parents:
- 17ce9d288ac1fc0cdd5ff71f3681357576be06a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_util.h
r17ce9d rc6caf1 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: fac_util.h,v 1. 5 1997-06-19 12:23:08schmidt Exp $ */2 /* $Id: fac_util.h,v 1.6 1998-03-12 14:31:07 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_FAC_UTIL_H … … 39 39 void divremainder( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & quot, CanonicalForm & rem, const modpk & pk ); 40 40 41 CanonicalForm maxCoeff( const CanonicalForm & f );42 43 41 bool Hensel ( const CanonicalForm & U, CFArray & G, const CFArray & lcG, const Evaluation & A, const modpk & bound, const Variable & x ); 44 42
Note: See TracChangeset
for help on using the changeset viewer.