Changeset 74ec24c in git


Ignore:
Timestamp:
May 25, 1998, 2:56:41 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
96d379affdb8a8f97001bafb9ed80472a7af162f
Parents:
6c5ef10e8419b7cedda7131b1c547f4f62b17160
Message:
* hannes: added descr. of groebner


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

Legend:

Unmodified
Added
Removed
  • Singular/ideals.cc

    r6c5ef1 r74ec24c  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ideals.cc,v 1.28 1998-05-19 17:24:15 Singular Exp $ */
     4/* $Id: ideals.cc,v 1.29 1998-05-25 12:56:40 Singular Exp $ */
    55/*
    66* ABSTRACT - all basic methods to manipulate ideals
     
    23842384  if((ar<=0) || (ar>min(a->ncols,a->nrows)))
    23852385  {
    2386     Werror("%d-th minor ",ar);
     2386    Werror("%d-th minor, matrix is %dx%d",ar,a->ncols,a->nrows);
    23872387    return NULL;
    23882388  }
     
    23902390  poly barDiv=NULL;
    23912391  ideal result=idInit(16,1);
    2392   idTest(result);
    23932392
    23942393  idRecMin(mpCopy(a),ar-1,&barDiv,result,&i);
Note: See TracChangeset for help on using the changeset viewer.