Changeset e63576 in git for libpolys/polys/nc/old.gring.h
- Timestamp:
- Aug 11, 2011, 4:42:02 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/polys/nc/old.gring.h
r3e305b re63576 9 9 */ 10 10 11 //////////// NOTE: These are left-overs from the original gring.h ///////////////////// 12 11 13 #ifdef HAVE_PLURAL 12 14 13 15 14 #include <kernel/structs.h> 15 #include <kernel/ring.h> 16 #include <kernel/matpol.h> 16 // #include <kernel/structs.h> 17 17 18 18 // BOOLEAN nc_CheckOrdCondition(matrix D, ring r); … … 25 25 26 26 27 28 29 27 // used by "rSum" from ring.cc only! 30 28 // purpose init nc structure for initially commutative ring: 31 29 // "creates a commutative nc extension; "converts" comm.ring to a Plural ring" 32 30 ring nc_rCreateNCcomm(ring r); 31 32 33 33 34 34 … … 45 45 46 46 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);55 47 56 48 poly p_CopyEmbed(poly p, ring srcRing, int shift, int par_shift); … … 152 144 153 145 154 #ifdef PLURAL_INTERNAL_DECLARATIONS155 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_DECLARATIONS159 160 #endif // HAVE_PLURAL :(161 146 #endif //
Note: See TracChangeset
for help on using the changeset viewer.