Changeset bca341 in git for libpolys/coeffs/bigintmat.cc
- Timestamp:
- Jun 7, 2012, 5:43:32 PM (11 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- f0b795a3ce2b873e7524b0af7df2ccd84a3fc628
- Parents:
- 6284186fbb128f1c5a0c99ff170cec4bb5afd5a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/bigintmat.cc
r628418 rbca341 15 15 #include <string.h> 16 16 17 #define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ]17 //#define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ] 18 18 19 19 bigintmat * bigintmat::transpose()
Note: See TracChangeset
for help on using the changeset viewer.