Changeset 6b9532 in git


Ignore:
Timestamp:
May 11, 2005, 12:11:54 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7031a2ef6be004bd39c7176372aa6bfcaf133252
Parents:
65b78c6c7db80d69a1d56badc2e8ade9f4a29ee4
Message:
*bricken: cvs Id


git-svn-id: file:///usr/local/Singular/svn/trunk@8145 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
kernel
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r65b78c r6b9532  
    11//! \file tgb.cc
    2 // #define OM_CHECK 3
    3 // #define OM_TRACK 5
    4 // #define OM_KEEP  1
    5 // TODO:
    6 //       deg -> poly_crit
    72//       multiple rings
    83//       shorten_tails und dessen Aufrufe pruefen wlength!!!
    9 //       calculating with formal sums
    10 //       try to create spolys as formal sums
     4/****************************************
     5*  Computer Algebra System SINGULAR     *
     6****************************************/
     7/* $Id: tgb.cc,v 1.14 2005-05-11 10:11:53 bricken Exp $ */
     8/*
     9* ABSTRACT: slimgb and F4 implementation
     10*/
    1111
    1212#include "tgb.h"
  • kernel/tgb.h

    r65b78c r6b9532  
    11#ifndef TGB_H
    22#define TGB_H
     3/****************************************
     4*  Computer Algebra System SINGULAR     *
     5****************************************/
     6/* $Id: tgb.h,v 1.7 2005-05-11 10:11:54 bricken Exp $ */
     7/*
     8* ABSTRACT: trepgb interface
     9*/
     10
    311//! \file tgb.h
    412//#define OM_CHECK 3
  • kernel/tgb_internal.h

    r65b78c r6b9532  
    22#define TGB_INTERNAL_H
    33//!\file tgb_internal.h
     4/****************************************
     5*  Computer Algebra System SINGULAR     *
     6****************************************/
     7/* $Id: tgb_internal.h,v 1.5 2005-05-11 10:11:54 bricken Exp $ */
     8/*
     9 * ABSTRACT: tgb internal .h file
     10*/
    411#include "mod2.h"
    512#include <omalloc.h>
  • kernel/tgbgauss.cc

    r65b78c r6b9532  
     1/****************************************
     2*  Computer Algebra System SINGULAR     *
     3****************************************/
     4/* $Id: tgbgauss.cc,v 1.6 2005-05-11 10:11:53 bricken Exp $ */
     5/*
     6* ABSTRACT: gauss implementation for F4
     7*/
    18#include "mod2.h"
    29#include "tgbgauss.h"
  • kernel/tgbgauss.h

    r65b78c r6b9532  
    11#ifndef TGBGAUSS_HEADER
    22#define TGBGAUSS_HEADER
     3/****************************************
     4*  Computer Algebra System SINGULAR     *
     5****************************************/
     6/* $Id: tgbgauss.h,v 1.4 2005-05-11 10:11:54 bricken Exp $ */
     7/*
     8* ABSTRACT: gauss implementation for F4 header
     9*/
    310#include "mod2.h"
    411#include "numbers.h"
Note: See TracChangeset for help on using the changeset viewer.