Changeset 5eb865 in git for kernel/kutil.h


Ignore:
Timestamp:
Jun 9, 2009, 8:21:50 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e4be351ada16eebdaa1e48ce01115ffc5287dbd3
Parents:
b82abb0dc3349df20acd8231f648b8ff51bc61b6
Message:
*hannes: redtail for Z


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.h

    rb82abb r5eb865  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: kutil.h,v 1.44 2009-05-06 12:53:48 Singular Exp $ */
     6/* $Id: kutil.h,v 1.45 2009-06-09 18:21:50 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    401401             LObject* L,const kStrategy strat);
    402402KINLINE poly redtailBba (poly p,int pos,kStrategy strat,BOOLEAN normalize=FALSE);
     403#ifdef HAVE_RINGS
     404KINLINE poly redtailBba_Z (poly p,int pos,kStrategy strat);
     405poly redtailBba_Z (LObject* L, int pos, kStrategy strat );
     406#endif
    403407poly redtailBba (LObject *L, int pos,kStrategy strat,
    404408                 BOOLEAN withT = FALSE,BOOLEAN normalize=FALSE);
Note: See TracChangeset for help on using the changeset viewer.