Changeset 1c473f in git for kernel/kstd1.h


Ignore:
Timestamp:
Feb 24, 2008, 6:41:32 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4d43ff458adf4e30c9059ffaf846500aa5d64c61
Parents:
c1d4a79cef5604c9608af4eb2e48128ef65c70fb
Message:
*levandov: modifications of shift free gb


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd1.h

    rc1d4a79 r1c473f  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kstd1.h,v 1.2 2007-07-25 10:53:15 Singular Exp $ */
     6/* $Id: kstd1.h,v 1.3 2008-02-24 17:41:31 levandov Exp $ */
    77/*
    88* ABSTRACT
     
    3333ideal kStd(ideal F, ideal Q, tHomog h, intvec ** mw,intvec *hilb=NULL,
    3434          int syzComp=0,int newIdeal=0, intvec *vw=NULL);
     35
     36ideal kStdShift(ideal F, ideal Q, tHomog h,intvec ** w, intvec *hilb,int syzComp,
     37                int newIdeal, intvec *vw, int uptodeg, int lVblock);
    3538
    3639/* the following global data are defined in kutil.cc */
Note: See TracChangeset for help on using the changeset viewer.