Changeset bca341 in git for libpolys/coeffs/bigintmat.cc


Ignore:
Timestamp:
Jun 7, 2012, 5:43:32 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
f0b795a3ce2b873e7524b0af7df2ccd84a3fc628
Parents:
6284186fbb128f1c5a0c99ff170cec4bb5afd5a3
Message:
fix: naIsOne, naIsMOne

improved: algext.cc::definiteReduce
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.cc

    r628418 rbca341  
    1515#include <string.h>
    1616
    17 #define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ]
     17//#define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ]
    1818
    1919bigintmat * bigintmat::transpose()
Note: See TracChangeset for help on using the changeset viewer.