Changeset d16ea9 in git for kernel/ideals.h


Ignore:
Timestamp:
Aug 3, 2011, 7:57:58 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
47a4c2d983f929beff4c8f6c6aff4ac93dda2323
Parents:
1187538f48f52e8f271d5b5d0ef0c4c672292679
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 19:57:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:23+01:00
Message:
FIX: fixing / exporting Minors-related functions in ideals.*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    r118753 rd16ea9  
    142142ideal   idElimination (ideal h1,poly delVar, intvec *hilb=NULL);
    143143
    144 poly idMinor(matrix a, int ar, unsigned long which, ideal R=NULL);
    145 
    146 ideal   idMinors(matrix a, int ar, ideal R=NULL);
     144poly idMinor(matrix a, int ar, unsigned long which, ideal R = NULL);
     145ideal   idMinors(matrix a, int ar, ideal R = NULL);
    147146
    148147void   idCompactify(ideal id);
Note: See TracChangeset for help on using the changeset viewer.