Changeset 7245240 in git for kernel/kutil.h


Ignore:
Timestamp:
Jul 9, 2008, 10:26:30 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7739c953f47596b385dcf31bc6786a1e3ac94590
Parents:
c9c60f894de6f136a5e83377562698e0806b77c5
Message:
stratChangeTailRing für gcd/strong polys


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    rc9c60f r7245240  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.36 2008-07-04 16:17:15 motsak Exp $ */
     6/* $Id: kutil.h,v 1.37 2008-07-09 08:26:30 wienand Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    604604//      FALSE, otherwise
    605605BOOLEAN kCheckSpolyCreation(LObject* L, kStrategy strat, poly &m1, poly &m2);
     606#ifdef HAVE_RINGS
     607// return TRUE if gcdpoly creation of R[atR] and S[atS] does not violate
     608//             exponent bound of strat->tailRing
     609//      FALSE, otherwise
     610BOOLEAN kCheckStrongCreation(int atR, poly m1, int atS, poly m2, kStrategy strat);
     611#endif
    606612// change strat->tailRing and adjust all data in strat, L, and T:
    607613// new tailRing has larger exponent bound
Note: See TracChangeset for help on using the changeset viewer.