Changeset 61e5dd in git for Singular/gring.h


Ignore:
Timestamp:
Feb 28, 2001, 12:54:49 PM (23 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a7f4aeac5d0d530cdd6e09874d28a3251d1bb373
Parents:
962a8c4638085e709407994e99b9a6243f838410
Message:
Plural intergration, syzygies : added gring.cc gring.h


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

Legend:

Unmodified
Added
Removed
  • Singular/gring.h

    r962a8c r61e5dd  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: gring.h,v 1.6 2001-02-26 15:08:44 levandov Exp $ */
     6/* $Id: gring.h,v 1.7 2001-02-28 11:54:49 levandov Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    2424poly nc_uu_Mult_ww (int i, int a, int j, int b, const ring r);
    2525poly _nc_p_Mult_q(poly p, poly q, const int copy, const ring r);
     26//syzygies :
     27poly nc_spGSpolyCreate(poly p1, poly p2,poly spNoether, const ring r);
     28poly nc_spGSpolyRed(poly p1, poly p2,poly spNoether, const ring r);
     29poly nc_spGSpolyRedNew(poly p1, poly p2,poly spNoether, const ring r);
     30void nc_spGSpolyRedTail(poly p1, poly q, poly q2, poly spNoether, const ring r);
     31poly nc_spShort(poly p1, poly p2, const ring r);
    2632
     33ideal gr_bba (ideal F, ideal Q,kStrategy strat);
    2734#endif /* HAVE_PLURAL */
    2835#endif
Note: See TracChangeset for help on using the changeset viewer.