Changeset e9f4c9 in git for kernel/tgb.cc


Ignore:
Timestamp:
Feb 28, 2006, 1:02:53 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
e65be8e4791b3fcf14f73211d2e46ed7c136bb9e
Parents:
3aed2f52758ed2b5d3810ffd15d6208c17828ea4
Message:
*bricken: slim_nsize exported


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r3aed2f re9f4c9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.76 2006-02-24 12:57:38 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.77 2006-02-28 12:02:52 bricken Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    3939//static const BOOLEAN up_to_radical=TRUE;
    4040
    41 static int slim_nsize(number n, ring r) {
     41int slim_nsize(number n, ring r) {
    4242    if (rField_is_Zp(r)){
    4343        return 1;
     
    145145 
    146146 
    147 int QlogSizeNew(number n){
     147int QlogSize(number n){
    148148   
    149149    if (SR_HDL(n) & SR_INT){
     
    165165}
    166166
    167 inline int QlogSize(number bigint){
    168     return QlogSizeNew(bigint);
    169   }
     167
    170168#ifdef LEN_VAR3
    171169inline int pSLength(poly p,int l)
Note: See TracChangeset for help on using the changeset viewer.