Changeset 91d0e6 in git for kernel/clapsing.h
- Timestamp:
- Aug 5, 2009, 7:29:12 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 3d6c38c30089200c989a79851a19bf43b565678e
- Parents:
- dc560f747a6867005b5ce262a19ac0d38e7137f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapsing.h
rdc560f r91d0e6 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.h,v 1. 2 2008-01-23 15:42:10Singular Exp $5 // $Id: clapsing.h,v 1.3 2009-08-05 17:29:12 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 19 19 20 20 poly singclap_gcd ( poly f, poly g ); 21 poly singclap_gcd_r ( poly f, poly g, const ring r ); 21 22 napoly singclap_alglcm ( napoly f, napoly g ); 22 23 void singclap_algdividecontent ( napoly f, napoly g, napoly &ff, napoly &gg );
Note: See TracChangeset
for help on using the changeset viewer.