Select Git revision
-
Paul Nitzke authored
* 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
Paul Nitzke authored* 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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Program.cs 2.73 KiB