Skip to content
Snippets Groups Projects
Select Git revision
  • 1a51c78e2a74d9d2de2e39e41a8c3ee672266c1a
  • master default protected
  • basic-profiling
  • report
  • 0.9 protected
5 results

Program.cs

Blame
    • Paul Nitzke's avatar
      1a51c78e
      Major API change · 1a51c78e
      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
      1a51c78e
      History
      Major API change
      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