Changeset ad3aa7 in git for kernel/ideals.cc


Ignore:
Timestamp:
Jul 29, 2011, 11:58:56 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
7ac612964d7ab2d05f0ce6d464ce76b51757f776
Parents:
71955d1046512d6a8fedecbd18e77a75a4bd5fa0
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-29 11:58:56+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:01:15+01:00
Message:
id_MinDegW -> simpleideals.h, simpleideals.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.cc

    r71955d rad3aa7  
    20202020}
    20212021
    2022 int idMinDegW(ideal M,intvec *w)
    2023 {
    2024   int d=-1;
    2025   for(int i=0;i<IDELEMS(M);i++)
    2026   {
    2027     int d0=pMinDeg(M->m[i],w);
    2028     if(-1<d0&&(d0<d||d==-1))
    2029       d=d0;
    2030   }
    2031   return d;
    2032 }
    2033 
    20342022ideal idSeries(int n,ideal M,matrix U,intvec *w)
    20352023{
Note: See TracChangeset for help on using the changeset viewer.