Changeset 5d68a6 in git for kernel/clapsing.cc


Ignore:
Timestamp:
Dec 17, 2008, 4:08:50 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
06babc58e0b2f4d1aa9531df0295f716578651d1
Parents:
aa5055c85d54ecfba96a8906de445fdb57edb98d
Message:
*hannes: factory conversion:GF


git-svn-id: file:///usr/local/Singular/svn/trunk@11253 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/clapsing.cc

    raa5055 r5d68a6  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: clapsing.cc,v 1.31 2008-09-12 14:16:01 Singular Exp $
     5// $Id: clapsing.cc,v 1.32 2008-12-17 15:08:50 Singular Exp $
    66/*
    77* ABSTRACT: interface between Singular and factory
     
    1717#include "numbers.h"
    1818#include "ring.h"
     19#include "ffields.h"
    1920#include <factory.h>
    2021#include "clapconv.h"
     
    554555    }
    555556  }
     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
    556566  else
    557567    WerrorS( feNotImplemented );
Note: See TracChangeset for help on using the changeset viewer.