Changeset a0eb7a in git for Singular/clapconv.h
- Timestamp:
- Dec 7, 2000, 1:05:29 PM (23 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 0224c839bc43eba8f41de8c1a0e2576a0def6254
- Parents:
- ac31058626d6128287fd40e307e34fc22c7c0beb
- File:
-
- 1 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 );
Note: See TracChangeset
for help on using the changeset viewer.