Changeset d268a9 in git for Singular/clapconv.h
- Timestamp:
- Dec 8, 2000, 6:26:23 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 4e461ff1df145d7679c725489c921162884348f8
- Parents:
- b989766c9307859dd7f91bf01c25470f338005bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapconv.h
rb98976 rd268a9 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapconv.h,v 1.1 0 2000-12-07 12:04:56Singular Exp $5 // $Id: clapconv.h,v 1.11 2000-12-08 17:26:23 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: convert data between Singular and factory … … 20 20 21 21 poly convClapPSingP ( const CanonicalForm & f ); 22 CanonicalForm convSingPClapP( poly p ); 22 #define convSingPClapP(p) conv_SingPClapP(p,currRing) 23 24 poly conv_ClapPSingP ( const CanonicalForm & f, ring r ); 25 CanonicalForm conv_SingPClapP( poly p, ring r ); 23 26 24 27 CanonicalForm convSingAPClapAP ( poly p , const Variable & a );
Note: See TracChangeset
for help on using the changeset viewer.