Changeset 95f247 in git for factory/canonicalform.h
- Timestamp:
- Jun 24, 1996, 1:26:36 PM (27 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 36652d871bca0b0ba5d9cff54bdbe35c3b39fdf0
- Parents:
- e6cc6869a80f3829d41e2482196f1181e9328e68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
re6cc68 r95f247 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: canonicalform.h,v 1. 0 1996-05-17 10:59:37stobbe Exp $2 // $Id: canonicalform.h,v 1.1 1996-06-24 11:26:36 stobbe Exp $ 3 3 4 4 #ifndef INCL_CANONICALFORM_H … … 7 7 /* 8 8 $Log: not supported by cvs2svn $ 9 Revision 1.0 1996/05/17 10:59:37 stobbe 10 Initial revision 11 9 12 */ 10 13 … … 16 19 #include "templates/array.h" 17 20 #include "templates/factor.h" 21 #include "templates/matrix.h" 18 22 19 23 /*BEGINPUBLIC*/ … … 276 280 typedef ListIterator<CanonicalForm> CFListIterator; 277 281 typedef Array<CanonicalForm> CFArray; 278 282 typedef Matrix<CanonicalForm> CFMatrix; 279 283 280 284 CFFList sqrFree( const CanonicalForm & f ); … … 285 289 286 290 CFFList factorize( const CanonicalForm & f, const Variable & alpha ); 291 292 // calculate the determinant of the n'th minor of M 293 294 CanonicalForm determinant( const CFMatrix & M, int n ); 287 295 288 296 void On( int ); … … 293 301 294 302 #endif /* INCL_CANONICALFORM_H */ 295
Note: See TracChangeset
for help on using the changeset viewer.