Changeset 43cbc0 in git for kernel/ratgring.h


Ignore:
Timestamp:
Feb 23, 2009, 8:22:27 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e8e2b6921594abbde4a1dccae43bc5f6b73440d1
Parents:
51542244f370752f7a57d84632cc1650dc8a4ed5
Message:
*levandov: massive attack of RATGRING things on BB algorithm


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

Legend:

Unmodified
Added
Removed
  • kernel/ratgring.h

    r515422 r43cbc0  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: ratgring.h,v 1.7 2009-02-21 19:30:56 levandov Exp $ */
     6/* $Id: ratgring.h,v 1.8 2009-02-23 19:22:27 levandov Exp $ */
    77/*
    88* ABSTRACT additional defines etc for --with-plural
     
    2121void pLcmRat(poly a, poly b, poly m, int rat_shift);
    2222
    23 //void pLcmRat(poly a, poly b, poly m, poly pshift);
     23poly p_LcmRat(const poly a, const poly b, const long lCompM, const ring r);
    2424
    2525poly p_GetCoeffRat(poly p, int ishift, ring r);
Note: See TracChangeset for help on using the changeset viewer.