Changeset cea6f3 in git for kernel/polys.h


Ignore:
Timestamp:
Jan 13, 2006, 7:10:06 PM (18 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2e4de3d33d0bea3780e1932fdaf8a41c161f473e
Parents:
4cbb61ba5014a593b9bc6569b497e9a8151bc15f
Message:
RING2TOM Merger


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.h

    r4cbb61 rcea6f3  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: polys.h,v 1.7 2005-11-27 15:28:45 wienand Exp $ */
     6/* $Id: polys.h,v 1.8 2006-01-13 18:10:05 wienand Exp $ */
    77/*
    88* ABSTRACT - all basic methods to manipulate polynomials of the
     
    174174#define pLmShortDivisibleBy(a, sev_a, b, not_sev_b) \
    175175  p_LmShortDivisibleBy(a, sev_a, b, not_sev_b, currRing)
     176#define pLmRingShortDivisibleBy(a, sev_a, b, not_sev_b) \
     177  p_LmRingShortDivisibleBy(a, sev_a, b, not_sev_b, currRing)
    176178// returns the "Short Exponent Vector" -- used to speed up divisibility
    177179// tests (see polys-impl.cc )
Note: See TracChangeset for help on using the changeset viewer.