Changeset cac8cc in git
- Timestamp:
- Sep 4, 1997, 5:31:22 PM (26 years ago)
- Branches:
- (u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
- Children:
- 2dcfbba86f8300d337b4fd51e384791413d74f86
- Parents:
- 483c5cfbbdf816c025128e64ec601e944f069ff3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
r483c5c rcac8cc 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: canonicalform.h,v 1.1 4 1997-09-01 09:08:35schmidt Exp $ */2 /* $Id: canonicalform.h,v 1.15 1997-09-04 15:31:22 schmidt Exp $ */ 3 3 4 4 #ifndef INCL_CANONICALFORM_H … … 212 212 CanonicalForm lcm ( const CanonicalForm&, const CanonicalForm& ); 213 213 214 CanonicalForm common_den ( const CanonicalForm& );215 216 214 CanonicalForm pp ( const CanonicalForm& ); 217 215 … … 275 273 } 276 274 //}}} 277 278 CanonicalForm psr ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );279 280 CanonicalForm psq ( const CanonicalForm & f, const CanonicalForm & g, const Variable & x );281 282 void psqr ( const CanonicalForm & f, const CanonicalForm & g, CanonicalForm & q, CanonicalForm & r, const Variable & x );283 275 284 276 int getNumVars( const CanonicalForm & f );
Note: See TracChangeset
for help on using the changeset viewer.