Changeset 0a64b14 in git for kernel/ideals.h


Ignore:
Timestamp:
Nov 5, 2008, 4:40:39 PM (15 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b503d0252f1680bb308156af73414127915b891a
Parents:
ec146d912ee5e6f0789c4f2e65c1507040db488b
Message:
Minoriteration für GMG.

extra.cc: system("minor", ...) im EXTENDED_SYSTEM
ideals.cc: idMinor aus alter idMinors erstellt
ideals.h: idMinor Deklaration


git-svn-id: file:///usr/local/Singular/svn/trunk@11181 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rec146d r0a64b14  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ideals.h,v 1.10 2008-03-19 17:44:09 Singular Exp $ */
     6/* $Id: ideals.h,v 1.11 2008-11-05 15:40:39 wienand Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate ideals
     
    111111ideal   idElimination (ideal h1,poly delVar, intvec *hilb=NULL);
    112112
     113poly idMinor(matrix a, int ar, unsigned long which, ideal R=NULL);
     114
    113115ideal   idMinors(matrix a, int ar, ideal R=NULL);
    114116
Note: See TracChangeset for help on using the changeset viewer.