Changeset 088819 in git for libpolys


Ignore:
Timestamp:
Nov 18, 2022, 5:33:04 PM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
611e44bcd2cebe0cc0335a1014d84b8f0852c076
Parents:
6b9ca3fd3f47ded031acfb1b3a0e3af5be72b106
Message:
removed: posInLRing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.h

    r6b9ca3 r088819  
    16681668#ifdef HAVE_RINGS
    16691669// This is the equivalent of pLmCmp(p,q) != -currRing->OrdSgn for rings
    1670 // It is used in posInLRing and posInTRing
     1670// It is used in posInTRing
    16711671static inline int p_LtCmpOrdSgnDiffM(poly p, poly q, const ring r)
    16721672{
     
    16771677#ifdef HAVE_RINGS
    16781678// This is the equivalent of pLmCmp(p,q) != currRing->OrdSgn for rings
    1679 // It is used in posInLRing and posInTRing
     1679// It is used in posInTRing
    16801680static inline int p_LtCmpOrdSgnDiffP(poly p, poly q, const ring r)
    16811681{
     
    16931693#ifdef HAVE_RINGS
    16941694// This is the equivalent of pLmCmp(p,q) == -currRing->OrdSgn for rings
    1695 // It is used in posInLRing and posInTRing
     1695// It is used in posInTRing
    16961696static inline int p_LtCmpOrdSgnEqM(poly p, poly q, const ring r)
    16971697{
     
    17021702#ifdef HAVE_RINGS
    17031703// This is the equivalent of pLmCmp(p,q) == currRing->OrdSgn for rings
    1704 // It is used in posInLRing and posInTRing
     1704// It is used in posInTRing
    17051705static inline int p_LtCmpOrdSgnEqP(poly p, poly q, const ring r)
    17061706{
Note: See TracChangeset for help on using the changeset viewer.