NonLinearEquationsSolver icon indicating copy to clipboard operation
NonLinearEquationsSolver copied to clipboard

Cleanup and merge branches

Open epsi1on opened this issue 4 years ago • 0 comments

I think it would be good to have some cleanups. This repo have three branches:

  • master
  • sparse-matrix : support of sparse matrix (#2)
  • remove-math-net: remove Math.Net dependency (#7)

I think supporting of sparse-matrix is solved with introducing ILinearSolver interface in master branch (as discussed in #2). So maybe the sparse-matrix branch can be ignored and removed. Then Review the remove-math-net and merge pull request, and then merge into master and finally project have only one update branch without Mat.Net dependency and compatible with SparseMatrix

epsi1on avatar Sep 15 '21 06:09 epsi1on