Changeset 279019 in git
- Timestamp:
- May 9, 2008, 11:17:57 AM (16 years ago)
- Branches:
- (u'spielwiese', '873fc1222e995d7cb33f79d8f1792ce418c8c72c')
- Children:
- 5f4c317d3780e3f2cc121a60215990d11068bc3a
- Parents:
- 051dc72633dcf2d9993b3709998eb856cd3d02e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/structs.h
r051dc7 r279019 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: structs.h,v 1.4 3 2008-03-19 17:44:12Singular Exp $ */6 /* $Id: structs.h,v 1.44 2008-05-09 09:17:57 Singular Exp $ */ 7 7 /* 8 8 * ABSTRACT … … 470 470 matrix C; 471 471 matrix D; 472 matrix *MT; 472 matrix *MT; // size 0.. (rVar()*rVar()-1)/2 473 473 matrix COM; 474 int *MTsize; 474 int *MTsize; // size 0.. (rVar()*rVar()-1)/2 475 475 476 476 // IsSkewConstantindicates whethere coeffs C_ij are all equal, effective together with nc_type=nc_skew
Note: See TracChangeset
for help on using the changeset viewer.