• Y
    Extract RowBuffer class for SparseRowMatrix. · a3043989
    Yu Yang 提交于
    * The original SparseRowMatrix use two fields to store each rows,
      which let code very confusing. Try to extract a RowBuffer class,
      for SparseRowMatrix data storage, and manage auto-growth logic.
    a3043989
SparseRowMatrix.h 11.0 KB