Changeset d367e9 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
Feb 24, 2006, 11:12:33 AM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
e06fee507e546484e81123c1d74f6b8423fcaef5
Parents:
9c6d49554ae6de78686962450083ecb4df5d9cd6
Message:
*bricken: + degBound


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    r9c6d49 rd367e9  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.28 2006-02-24 07:25:34 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.29 2006-02-24 10:12:32 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    211211sorted_pair_node* quick_pop_pair(slimgb_alg* c);
    212212sorted_pair_node* top_pair(slimgb_alg* c);
    213 sorted_pair_node** add_to_basis_ideal_quotient(poly h, int i_pos, int j_pos,slimgb_alg* c, int* ip);
     213sorted_pair_node** add_to_basis_ideal_quotient(poly h, int i_pos, int j_pos,slimgb_alg* c, int* ip, BOOLEAN new_pairs=TRUE);
    214214sorted_pair_node**  spn_merge(sorted_pair_node** p, int pn,sorted_pair_node **q, int qn,slimgb_alg* c);
    215215int kFindDivisibleByInS_easy(kStrategy strat,const red_object & obj);
Note: See TracChangeset for help on using the changeset viewer.