Changeset 093f30e in git for kernel/kutil.h


Ignore:
Timestamp:
Feb 8, 2008, 11:11:30 AM (16 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
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/kutil.h

    recededc r093f30e  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.29 2008-01-30 09:01:37 wienand Exp $ */
     6/* $Id: kutil.h,v 1.30 2008-02-08 10:11:30 wienand Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    396396int redHoney (LObject* h, kStrategy strat);
    397397#ifdef HAVE_RINGS
    398 int redRing2toM (LObject* h,kStrategy strat);
     398int redRing (LObject* h,kStrategy strat);
    399399void enterExtendedSpoly(poly h,kStrategy strat);
    400400void superenterpairs (poly h,int k,int ecart,int pos,kStrategy strat, int atR = -1);
Note: See TracChangeset for help on using the changeset viewer.