Changeset 2f5936 in git for libpolys/polys/simpleideals.h


Ignore:
Timestamp:
Apr 14, 2011, 3:29:13 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b78996bd38738803463c728c870213d161a8a4fe
Parents:
cf02b22f8e3eaf73d750997c184b76f241352248
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-04-14 15:29:13+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:12:35+01:00
Message:
id_Add, id_Transp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.h

    rcf02b22 r2f5936  
    7878#endif
    7979  /*adds two ideals without simplifying the result*/
    80 ideal idSimpleAdd (ideal h1,ideal h2);
     80ideal id_SimpleAdd (ideal h1,ideal h2,const ring r);
    8181  /*adds the quotient ideal*/
    82 ideal idAdd (ideal h1,ideal h2);
     82ideal id_Add (ideal h1,ideal h2,const ring r);
    8383  /* h1 + h2 */
    8484BOOLEAN idIs0 (ideal h);
     
    101101BOOLEAN id_IsConstant(ideal id, const ring r);
    102102intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r);
    103 
     103ideal id_Transp(ideal a, const ring rRing);
     104void id_Compactify(ideal id, const ring r);
    104105
    105106int     binom (int n,int r);
Note: See TracChangeset for help on using the changeset viewer.