Changeset e9f4c9 in git


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


git-svn-id: file:///usr/local/Singular/svn/trunk@8990 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
2 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)
  • kernel/tgb_internal.h

    r3aed2f re9f4c9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.31 2006-02-24 12:58:19 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.32 2006-02-28 12:02:53 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    208208static poly kBucketGcd(kBucket* b, ring r);
    209209static void multi_reduction(red_object* los, int & losl, slimgb_alg* c);
    210 
     210int slim_nsize(number n, ring r);
    211211sorted_pair_node* quick_pop_pair(slimgb_alg* c);
    212212sorted_pair_node* top_pair(slimgb_alg* c);
Note: See TracChangeset for help on using the changeset viewer.