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


Ignore:
Timestamp:
Feb 22, 2012, 9:32:50 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
64f0ca8d7049bea31d0e107cf5c613e0b6ffa5d3
Parents:
1adae39f1ae788b310c426226af46794834f1fac
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:32:50+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:08+01:00
Message:
NC-subsystem preparations

fix: gnc_GB properly
add: gb_hack.h to help handling the circular dependency (GB&NC)
chg: moved stuff around and misc changes
File:
1 edited

Legend:

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

    r1adae39 r80ca3c  
    121121}
    122122
    123 inline ideal nc_GB(const ideal F, const ideal Q, const intvec *w, const intvec *hilb, kStrategy strat)
    124 {
    125   assume(rIsPluralRing(currRing));
    126 
    127   assume(currRing->GetNC()->p_Procs.GB!=NULL);
    128   return currRing->GetNC()->p_Procs.GB(F, Q, w, hilb, strat);
    129 
    130 /*
    131   if (rHasLocalOrMixedOrder(currRing))
    132   {
    133     assume(currRing->GetNC()->p_Procs.LocalGB!=NULL);
    134     return currRing->GetNC()->p_Procs.LocalGB(F, Q, w, hilb, strat);
    135   } else
    136   {
    137     assume(currRing->GetNC()->p_Procs.GlobalGB!=NULL);
    138     return currRing->GetNC()->p_Procs.GlobalGB(F, Q, w, hilb, strat);
    139   }
    140 */
    141 }
    142 
    143 
    144 
    145 
    146123#endif //
Note: See TracChangeset for help on using the changeset viewer.