Skip to content
Snippets Groups Projects
Commit 1a51c78e authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Major API change

* Problem: We needed a way to read in the matrix into a Matrix
  datastructure in addition to building the graph. This has multiple
  reasons:
  1. We may need to compute the compressed matrix using the input
     matrix.
  2. We need to obtain the number of rows of the input matrix to
     generate the seed matrix.
* This required major API changes, mainly the split of IReader's Read
  into ReadGraph and ReadMatrix
* I was able to avoid major code duplication in MMReader, nonetheless:
  The file is currently a mess that uses many shortcuts and is generally
  unclean
parent 145b00d9
No related branches found
No related tags found
1 merge request!22Non-minor rewrites of the design spec to accomodate new requirements
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment