Changeset 5b3fec in git for kernel/GBEngine/kstd2.cc


Ignore:
Timestamp:
Feb 1, 2019, 4:58:13 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1e6885f5cacbce6fbbc201cf3104ccc6af24824c
Parents:
37cbc29f515f886b5506d4f7b5731a488acfe576
git-author:
Karim Abou Zeid <karim23697@gmail.com>2019-02-01 16:58:13+01:00
git-committer:
Karim Abou Zeid <karim23697@gmail.com>2019-02-08 17:55:47+01:00
Message:
Add rightstd(), and make std(), rightstd() and reduce() compatible with
qring.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r37cbc2 r5b3fec  
    44594459
    44604460
    4461 ideal freegb(ideal F)
     4461ideal freegb(ideal F, ideal Q)
    44624462{
    44634463  assume(rIsLPRing(currRing));
    44644464  assume(idIsInV(F));
    4465   ideal RS = kStdShift(F, NULL, testHomog, NULL);
     4465  ideal RS = kStdShift(F, Q, testHomog, NULL);
    44664466  idSkipZeroes(RS); // is this even necessary?
    44674467  assume(idIsInV(RS));
Note: See TracChangeset for help on using the changeset viewer.