Changeset 6caad65 in git for libpolys/coeffs/bigintmat.cc


Ignore:
Timestamp:
Aug 10, 2012, 6:43:54 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
865b200481936511016703447e348179c16cfe12
Parents:
ab56fc8edb1c11c3240a168051119e14e5bed4a8
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-10 18:43:54+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-15 19:58:16+02:00
Message:
warnings elimination

chg: uninitialized fake variables
chg: "'const' type qualifier on return type has no effect" for numeric/
chg: more minor warnings elimination
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.cc

    rab56fc r6caad65  
    1414#include <math.h>
    1515#include <string.h>
     16
     17// Ungetestet
     18static void bimRowContent(bigintmat *bimat, int rowpos, int colpos);
     19static void bimReduce(bigintmat *bimat, int rpiv, int colpos,
     20                      int ready, int all);
     21
     22
    1623
    1724//#define BIMATELEM(M,I,J) (M)[ (M).index(I,J) ]
Note: See TracChangeset for help on using the changeset viewer.