Changeset 75e126 in git for libpolys/polys/sparsmat.cc


Ignore:
Timestamp:
Mar 10, 2017, 2:11:33 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
471858f15b1d00cc5bed195345735cccfcb8e925
Parents:
fbe1e6100b3dfb4d80e80a3ac3213c679b614b52
Message:
code cleanup: sparsemat
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/sparsmat.cc

    rfbe1e6 r75e126  
    16091609
    16101610/* ----------------- arithmetic ------------------ */
     1611#ifdef OLD_DIV
    16111612/*2
    16121613* exact division a/b
     
    16651666  p_LmFree(dummy, R);
    16661667}
    1667 
     1668#endif
    16681669
    16691670//disable that, as it fails with coef buckets
     
    18861887  return res;
    18871888}
    1888 #endif
     1889#endif /*else X_MAS*/
     1890
    18891891/*n
    18901892* exact division a/b
     
    19011903  sm_ExactPolyDiv(a, b, R);
    19021904}
    1903 
    19041905
    19051906/* ------------ internals arithmetic ------------- */
Note: See TracChangeset for help on using the changeset viewer.