Changeset 093f30e in git for kernel/kstd2.cc


Ignore:
Timestamp:
Feb 8, 2008, 11:11:30 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
60544db1dc67a36a012f9f3809c0e8d260f9bad0
Parents:
ecededc1c7ef7a762ce55b72be0707700967ceab
Message:
kstd1.cc, kstd2.cc:
redRing2toM --> redRing

kutil.*:
extendedspoly unit case

p_Mult_q.cc:
assume domain for bucket mult

pp_Mult_mm__T.cc:
free tmp memory

rmodulo2m.cc
rmodulon.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/kstd2.cc

    recededc r093f30e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.59 2008-02-07 09:36:17 wienand Exp $ */
     4/* $Id: kstd2.cc,v 1.60 2008-02-08 10:11:29 wienand Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    275275*  reduction procedure for the ring Z/2^m
    276276*/
    277 int redRing2toM (LObject* h,kStrategy strat)
     277int redRing (LObject* h,kStrategy strat)
    278278{
    279279  if (h->p == NULL && h->t_p == NULL) return 0; // spoly is zero (can only occure with zero divisors)
Note: See TracChangeset for help on using the changeset viewer.