Changeset c3efd3b in git for kernel/f5gb.h


Ignore:
Timestamp:
May 13, 2009, 6:55:03 PM (15 years ago)
Author:
Christian Eder
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
1f360ddcb028459e8e23efc70ca75275fbc54b7d
Parents:
cb6cdaaa807284703d4425ec7714979ea30194ae
Message:
first bucket stuff implemented, timings for the preprocessing given


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    rcb6cda rc3efd3b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.38 2009-05-04 13:30:53 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.39 2009-05-13 16:55:03 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    127127
    128128/*
     129=======================================================================================
     130merging 2 polynomials p & q without requiring that all monomials of p & q are different
     131if there are equal monomials in p & q only one of these monomials (always that of p!)
     132is taken into account
     133=======================================================================================
     134
     135poly p_MergeEq_q(poly p, poly q, const ring r);
     136*/   
     137/*
    129138=====================================================================
    130139subalgorithm to find a possible reductor for the labeled polynomial l
Note: See TracChangeset for help on using the changeset viewer.