Changeset 599813 in git for libpolys/polys/simpleideals.h


Ignore:
Timestamp:
May 23, 2012, 5:42:26 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
70a95295f71d2f0c4c3433b152aef7a25b43e520
Parents:
a28cb4f3357225d7f8bb8d68a4aa0b0be3ccdd41
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 17:42:26+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-05-23 20:33:48+02:00
Message:
minor changes/improvements

add: default return value for a missing/wrong attribute of an idhdl object (atGet)
chg: minor cleanup in p_Setm_General
add: output of NegWeightL_* in rDebugPrint
add: some doxygen docs to pGetCoeff
add: more (internal) debug output on the ring/exponent structure: VarL_LowIndex, VarL_Offset
add: doxygen description to id_Sort
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.h

    ra28cb4f r599813  
    101101void id_DelDiv(ideal id, const ring r);
    102102BOOLEAN id_IsConstant(ideal id, const ring r);
    103 intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r);
     103
     104/// sorts the ideal w.r.t. the actual ringordering
     105/// uses lex-ordering when nolex = FALSE
     106intvec *id_Sort(const ideal id, const BOOLEAN nolex, const ring r);
     107
    104108ideal id_Transp(ideal a, const ring rRing);
    105109void id_Compactify(ideal id, const ring r);
Note: See TracChangeset for help on using the changeset viewer.