Skip to content

Add DoubleMatrix and IntegerMatrix for clean separation of numeric methods

Paul Nitzke requested to merge matrixInheritance into master
  • Numeric methods such as Multiply and NonZeros are not possible to implement in the generic class Matrix using C# generics
  • Solution: Move code that requires numeric calculations (e.g. multiplication, zero values) to separate classes
  • In the future we will probably move ToMatrixMarketString to the MatrixMarketWriter class

Merge request reports