Changeset c6ded3 in git for kernel/GBEngine/kstd1.h


Ignore:
Timestamp:
Mar 23, 2015, 12:27:24 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
a94825bccfd22b15bed688d4960beff0c826c021
Parents:
c37482ecbeafe4b1c2572f031ec6a0fd5b4d085b
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-03-23 12:27:24+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2015-03-23 17:41:02+01:00
Message:
renamed kNF with ring arg to k_NF
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd1.h

    rc37482 rc6ded3  
    2727
    2828/// NOTE: this is just a wrapper which sets currRing for the actual kNF call
    29 poly kNF (ideal F, ideal Q, poly p,int syzComp, int lazyReduce, const ring _currRing);
     29poly k_NF (ideal F, ideal Q, poly p,int syzComp, int lazyReduce, const ring _currRing);
    3030ideal kSba(ideal F,ideal Q, tHomog h, intvec ** mw, int incremental=0, int arri=0, intvec *hilb=NULL,
    3131          int syzComp=0,int newIdeal=0, intvec *vw=NULL);
Note: See TracChangeset for help on using the changeset viewer.