Changeset 949e57 in git for polys/monomials/p_polys.h


Ignore:
Timestamp:
Nov 22, 2010, 4:41:43 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5bc2461738edac589c7bb7fe19322b1ed8897029
Parents:
5c39a93f6a52a5a83fcc9028a16d640959005ca5
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2010-11-22 16:41:43+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:41+01:00
Message:
pSetDegProcs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • polys/monomials/p_polys.h

    r5c39a9 r949e57  
    18051805void p_SetGlobals(const ring r, BOOLEAN complete = TRUE);
    18061806
     1807// resets the pFDeg and pLDeg: if pLDeg is not given, it is
     1808// set to currRing->pLDegOrig, i.e. to the respective LDegProc which
     1809// only uses pFDeg (and not pDeg, or pTotalDegree, etc).
     1810// If you use this, make sure your procs does not make any assumptions
     1811// on ordering and/or OrdIndex -- otherwise they might return wrong results
     1812// on strat->tailRing
     1813void pSetDegProcs(ring r. pFDegProc new_FDeg, pLDegProc new_lDeg = NULL);
     1814// restores pFDeg and pLDeg:
     1815void pRestoreDegProcs(ring r. pFDegProc old_FDeg, pLDegProc old_lDeg);
     1816
     1817
    18071818#endif // P_POLYS_H
    18081819
Note: See TracChangeset for help on using the changeset viewer.