Changeset e63576 in git for libpolys/polys/nc/old.gring.h


Ignore:
Timestamp:
Aug 11, 2011, 4:42:02 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
95eb6d00149ac8549074f366eba29162578e4ead
Parents:
3e305b6ce4edb47687c2d4f484f63a86ab340c0f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-11 16:42:02+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:19:16+01:00
Message:
FIX: started moving GB-related non-commutative routines to kernel/
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/nc/old.gring.h

    r3e305b re63576  
    99*/
    1010
     11//////////// NOTE: These are left-overs from the original gring.h /////////////////////
     12
    1113#ifdef HAVE_PLURAL
    1214
    1315
    14 #include <kernel/structs.h>
    15 #include <kernel/ring.h>
    16 #include <kernel/matpol.h>
     16// #include <kernel/structs.h>
    1717
    1818// BOOLEAN nc_CheckOrdCondition(matrix D, ring r);
     
    2525
    2626
    27 
    28 
    2927// used by "rSum" from ring.cc only!
    3028// purpose init nc structure for initially commutative ring:
    3129// "creates a commutative nc extension; "converts" comm.ring to a Plural ring"
    3230ring nc_rCreateNCcomm(ring r);
     31
     32
    3333
    3434
     
    4545
    4646
    47 /* twostd: */
    48 ideal twostd(ideal I);
    49 /* Ann: */
    50 ideal Approx_Step(ideal L);
    51 
    52 /* complete reduction routines */
    53 
    54 matrix nc_PrintMat(int a, int b, ring r, int metric);
    5547
    5648poly p_CopyEmbed(poly p, ring srcRing, int shift, int par_shift);
     
    152144
    153145
    154 #ifdef PLURAL_INTERNAL_DECLARATIONS
    155 
    156 // we need nc_gr_initBba for sca_gr_bba and gr_bba.
    157 void nc_gr_initBba(ideal F,kStrategy strat);
    158 #endif // PLURAL_INTERNAL_DECLARATIONS
    159 
    160 #endif // HAVE_PLURAL :(
    161146#endif //
Note: See TracChangeset for help on using the changeset viewer.