Changeset 44103a2 in git


Ignore:
Timestamp:
Feb 12, 2007, 3:29:54 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
030004beea7d5fdeafaa07ab01a1b0cc09e28fbf
Parents:
ac8f221020a4921bcce3310febe2a7b092e42070
Message:
brickenstein: gauss


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    rac8f221 r44103a2  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.127 2007-02-09 12:30:49 bricken Exp $ */
     7/* $Id: tgb.cc,v 1.128 2007-02-12 14:29:54 Singular Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    20652065  }
    20662066};
    2067 static void simplest_gauss_modp(number* a, int nrows,int ncols){
     2067void simplest_gauss_modp(number* a, int nrows,int ncols){
    20682068  //use memmoves for changing rows
    20692069  if (TEST_OPT_PROT)
  • kernel/tgb_internal.h

    rac8f221 r44103a2  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.52 2007-02-09 12:30:50 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.53 2007-02-12 14:29:54 Singular Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    380380static wlen_type pair_weighted_length(int i, int j, slimgb_alg* c);
    381381wlen_type pELength(poly p, ring r);
    382 
    383 #endif
     382void simplest_gauss_modp(number* a, int nrows,int ncols);
     383// a: a[0,0],a[0,1]....a[nrows-1,ncols-1]
     384// assume: field is Zp
     385#endif
Note: See TracChangeset for help on using the changeset viewer.