Changeset 5d68a6 in git for kernel/clapsing.cc
- Timestamp:
- Dec 17, 2008, 4:08:50 PM (15 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 06babc58e0b2f4d1aa9531df0295f716578651d1
- Parents:
- aa5055c85d54ecfba96a8906de445fdb57edb98d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/clapsing.cc
raa5055 r5d68a6 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: clapsing.cc,v 1.3 1 2008-09-12 14:16:01Singular Exp $5 // $Id: clapsing.cc,v 1.32 2008-12-17 15:08:50 Singular Exp $ 6 6 /* 7 7 * ABSTRACT: interface between Singular and factory … … 17 17 #include "numbers.h" 18 18 #include "ring.h" 19 #include "ffields.h" 19 20 #include <factory.h> 20 21 #include "clapconv.h" … … 554 555 } 555 556 } 557 #if 0 // not yet working 558 else if (rField_is_GF()) 559 { 560 //Print("GF(%d^%d)\n",nfCharP,nfMinPoly[0]); 561 setCharacteristic( nfCharP,nfMinPoly[0], currRing->parameter[0][0] ); 562 CanonicalForm F( convSingGFFactoryGF( f ) ), G( convSingGFFactoryGF( g ) ); 563 res = convFactoryGFSingGF( F / G ); 564 } 565 #endif 556 566 else 557 567 WerrorS( feNotImplemented );
Note: See TracChangeset
for help on using the changeset viewer.