Changeset 2bf04b in git for kernel/GBEngine/tgb_internal.h


Ignore:
Timestamp:
Nov 12, 2015, 2:39:46 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6da2d6765f8866f8426131bf3a097a5c051e956e
Parents:
412c61b77c65fd4adca8f6576d7f1a597459552e
Message:
format
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/tgb_internal.h

    r412c61 r2bf04b  
    15701570          {
    15711571            if (row_array[i]!=zero)
    1572             { STATISTIC(n_Sub);
     1572            { STATISTIC(n_Sub);
    15731573              other_row_array[i]=F4mat_to_number_type(npSubM((number)(long) other_row_array[i], (number)(long) row_array[i],currRing->cf));
    1574             }
     1574            }
    15751575
    15761576          }
     
    15821582          {
    15831583            if (row_array[i]!=zero)
    1584             { STATISTIC(n_Add);
     1584            { STATISTIC(n_Add);
    15851585              other_row_array[i]=F4mat_to_number_type(npAddM(npMult(coef2,(number)(long) row_array[i],currRing->cf),(number)(long) other_row_array[i],currRing->cf));
    1586             }
     1586            }
    15871587
    15881588          }
     
    17331733        {
    17341734          if (row_array[i]!=zero)
    1735           {
    1736             STATISTIC(n_Add);
     1735          {
     1736            STATISTIC(n_Add);
    17371737            other_row_array[i]=F4mat_to_number_type(npAddM(npMult(coef,(number)(long)row_array[i],currRing->cf),(number)(long)other_row_array[i],currRing->cf));
    1738           }
     1738          }
    17391739        }
    17401740        updateLastReducibleIndex(other_row,r);
     
    18541854      {
    18551855        for(i=0;i<len;i++)
    1856         {
     1856        {
    18571857         int idx=old_to_new_indices[idx_array[i]];
    18581858         row[idx]=F4mat_to_number_type(coef_array[i]);
     
    18621862      {
    18631863        for(i=0;i<len;i++)
    1864         {
     1864        {
    18651865          row[old_to_new_indices[i]]=F4mat_to_number_type(coef_array[i]);
    18661866        }
Note: See TracChangeset for help on using the changeset viewer.