Changeset f43d9e in git


Ignore:
Timestamp:
Apr 21, 2017, 3:55:06 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
1be9c5be3ee04b06c971bd503b739be79e67fa16
Parents:
432f213e8e293f00d56e8fb99ed4d80be40d6e1a
Message:
id_Jet*: const
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/simpleideals.cc

    r432f21 rf43d9e  
    13961396}
    13971397
    1398 ideal id_Jet(ideal i,int d, const ring R)
     1398ideal id_Jet(const ideal i,int d, const ring R)
    13991399{
    14001400  ideal r=idInit((i->nrows)*(i->ncols),i->rank);
     
    14091409}
    14101410
    1411 ideal id_JetW(ideal i,int d, intvec * iv, const ring R)
     1411ideal id_JetW(const ideal i,int d, intvec * iv, const ring R)
    14121412{
    14131413  ideal r=idInit(IDELEMS(i),i->rank);
  • libpolys/polys/simpleideals.h

    r432f21 rf43d9e  
    126126BOOLEAN id_HomModule(ideal m, ideal Q, intvec **w, const ring R);
    127127BOOLEAN id_IsZeroDim(ideal I, const ring r);
    128 ideal id_Jet(ideal i,int d, const ring R);
    129 ideal id_JetW(ideal i,int d, intvec * iv, const ring R);
     128ideal id_Jet(const ideal i,int d, const ring R);
     129ideal id_JetW(const ideal i,int d, intvec * iv, const ring R);
    130130ideal  id_Subst(ideal id, int n, poly e, const ring r);
    131131matrix id_Module2Matrix(ideal mod, const ring R);
Note: See TracChangeset for help on using the changeset viewer.