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


Ignore:
Timestamp:
Sep 8, 2011, 9:11:36 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
f7aa4c7c61207b077fe954f2e563ca261edcc109
Parents:
38fc1817a82ba6eed7f9f6355cfa06e1e00e1872
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 21:11:36+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:37+01:00
Message:
FIX: id[^_]* vs id_*: adding inline version to kernel/ideals.h
FIX: exposing id_{InsertPolyWithTests,QHomWeight}
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.h

    r38fc181 rd84a4d  
    131131
    132132
     133/// insert h2 into h1 depending on the two boolean parameters:
     134/// - if zeroOk is true, then h2 will also be inserted when it is zero
     135/// - if duplicateOk is true, then h2 will also be inserted when it is
     136///   already present in h1
     137/// return TRUE iff h2 was indeed inserted
     138BOOLEAN id_InsertPolyWithTests (ideal h1, const int validEntries,
     139                                const poly h2, const bool zeroOk,
     140                                const bool duplicateOk, const ring r);
     141
     142
     143intvec * id_QHomWeight(ideal id, const ring r);
     144
     145
    133146#endif
Note: See TracChangeset for help on using the changeset viewer.