Changeset 73ad0c in git for kernel/ideals.h


Ignore:
Timestamp:
Jul 29, 2011, 10:40:39 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
71955d1046512d6a8fedecbd18e77a75a4bd5fa0
Parents:
bf6a4d5920ef44ffb48d0fc83b4d53589111d60c
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-29 10:40:39+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:15+01:00
Message:
p_Var, p_LOwVar -> p_polys.h, p_polys.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rbf6a4d r73ad0c  
    1919
    2020
    21 extern omBin sip_sideal_bin;
    22 
    23 /*- creates an ideal -*/
    24 // ideal idInit (int size, int rank=1); // in simple...
    2521ideal idCopyFirstK (const ideal ide, const int k);
    2622
     
    114110ideal idMinBase (ideal h1);
    115111  /*returns a minimized set of generators of h1*/
    116 int pLowVar (poly p);
    117   /*-the minimal index of used variables - 1-*/
    118112void    idInitChoise (int r,int beg,int end,BOOLEAN *endch,int * choise);
    119113void    idGetNextChoise (int r,int end,BOOLEAN *endch,int * choise);
Note: See TracChangeset for help on using the changeset viewer.