Changeset a0eb7a in git
- Timestamp:
- Dec 7, 2000, 1:05:29 PM (23 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 0224c839bc43eba8f41de8c1a0e2576a0def6254
- Parents:
- ac31058626d6128287fd40e307e34fc22c7c0beb
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/clapconv.h
rac31058 ra0eb7a 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapconv.h,v 1. 9 2000-11-03 13:02:59Singular Exp $5 // $Id: clapconv.h,v 1.10 2000-12-07 12:04:56 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: convert data between Singular and factory … … 16 16 #include <factory.h> 17 17 18 algconvClapPSingTr ( const CanonicalForm & f );19 CanonicalForm convSingTrClapP( algp );18 napoly convClapPSingTr ( const CanonicalForm & f ); 19 CanonicalForm convSingTrClapP( napoly p ); 20 20 21 21 poly convClapPSingP ( const CanonicalForm & f ); … … 28 28 poly convClapGFSingGF ( const CanonicalForm & f ); 29 29 30 CanonicalForm convSingAClapA ( algp , const Variable & a );31 algconvClapASingA ( const CanonicalForm & f );30 CanonicalForm convSingAClapA ( napoly p , const Variable & a ); 31 napoly convClapASingA ( const CanonicalForm & f ); 32 32 33 33 CanonicalForm convSingTrPClapP ( poly p ); -
Singular/clapsing.h
rac31058 ra0eb7a 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.h,v 1. 7 2000-11-03 13:02:59 Singular Exp $5 // $Id: clapsing.h,v 1.8 2000-12-07 12:05:29 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 20 20 21 21 poly singclap_gcd ( poly f, poly g ); 22 alg singclap_alglcm ( alg f, algg );23 void singclap_algdividecontent ( alg f, alg g, alg &ff, alg&gg );22 napoly singclap_alglcm ( napoly f, napoly g ); 23 void singclap_algdividecontent ( napoly f, napoly g, napoly &ff, napoly &gg ); 24 24 25 25 poly singclap_resultant ( poly f, poly g , poly x);
Note: See TracChangeset
for help on using the changeset viewer.