Changeset 44103a2 in git for kernel/tgb_internal.h
- Timestamp:
- Feb 12, 2007, 3:29:54 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 030004beea7d5fdeafaa07ab01a1b0cc09e28fbf
- Parents:
- ac8f221020a4921bcce3310febe2a7b092e42070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/tgb_internal.h
rac8f221 r44103a2 5 5 * Computer Algebra System SINGULAR * 6 6 ****************************************/ 7 /* $Id: tgb_internal.h,v 1.5 2 2007-02-09 12:30:50 brickenExp $ */7 /* $Id: tgb_internal.h,v 1.53 2007-02-12 14:29:54 Singular Exp $ */ 8 8 /* 9 9 * ABSTRACT: tgb internal .h file … … 380 380 static wlen_type pair_weighted_length(int i, int j, slimgb_alg* c); 381 381 wlen_type pELength(poly p, ring r); 382 383 #endif 382 void 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.