Changeset 3f3b4d5 in git


Ignore:
Timestamp:
May 29, 2009, 3:58:51 PM (14 years ago)
Author:
Motsak Oleksandr <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
c29c3c14488b0edc87700feca6bdb7faf37a1ca8
Parents:
c92fb1263e2fdce703509276003f67dd8351d229
Message:
*motsak: minor


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

Legend:

Unmodified
Added
Removed
  • kernel/sca.cc

    rc92fb1 r3f3b4d5  
    77 *  Author:  motsak (Oleksandr Motsak)
    88 *  Created: 2006/12/18
    9  *  Version: $Id: sca.cc,v 1.36 2009-04-08 17:21:58 motsak Exp $
     9 *  Version: $Id: sca.cc,v 1.37 2009-05-29 13:58:51 motsak Exp $
    1010 *******************************************************************/
    1111
     
    27602760
    27612761// reduce polynomial p modulo <y_i^2> , i = iFirstAltVar .. iLastAltVar
     2762// returns a new poly!
    27622763poly p_KillSquares(const poly p,
    27632764  const unsigned int iFirstAltVar, const unsigned int iLastAltVar,
     
    28142815
    28152816// reduces ideal id modulo <y_i^2> , i = iFirstAltVar .. iLastAltVar
    2816 // returns the reduced ideal or zero ideal.
     2817// returns the reduced ideal or zero ideal. 
    28172818ideal id_KillSquares(const ideal id,
    28182819  const unsigned int iFirstAltVar, const unsigned int iLastAltVar,
Note: See TracChangeset for help on using the changeset viewer.