We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b52d4a4 + 65c2a6d commit bdbb7d5Copy full SHA for bdbb7d5
README.md
@@ -22,6 +22,11 @@ All methods are described in detail in the excellent textbook _Direct Methods fo
22
* Creating a [sparse QR factorization](https://github.com/wo80/CSparse.NET/wiki/Sparse-QR-example)
23
* Using [Math.NET Numerics and CSparse.NET](https://github.com/wo80/CSparse.NET/wiki/Math.NET-Numerics-and-CSparse)
24
25
+## Related projects
26
+
27
+* [CSparse.Interop](https://github.com/wo80/csparse-interop) - Bindings to native solvers like MKL, Suitesparse, SuperLU and ARPACK.
28
+* [CSparse.Extensions](https://github.com/wo80/csparse-extensions) - Extension methods, dense direct factorizations and iterative solvers.
29
30
## License
31
32
CSparse: a Concise Sparse Matrix package.
0 commit comments