您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Lasse Jon Fuglsang Pedersen 899adcfa | 5 年前 | |
---|---|---|
.. | ||
Release | 5 年前 | |
LICENSE | 5 年前 | |
LICENSE.meta | 5 年前 | |
README.md | 5 年前 | |
README.md.meta | 5 年前 | |
Release.meta | 5 年前 |
README.md
CSparse.NET
A concise library for solving sparse linear systems with direct methods. The code is a C# port of CSparse, written by Tim Davis and part of the SuiteSparse project.
Features
- Sparse LU, Cholesky and QR decomposition of real and complex systems
- Fill-reducing orderings
- Dulmage-Mendelsohn decomposition
All methods are described in detail in the excellent textbook Direct Methods for Sparse Linear Systems, SIAM, Philadelphia, PA, 2006 by Tim Davis.
Examples
- Creating a sparse LU factorization
- Creating a sparse Cholesky factorization
- Creating a sparse QR factorization
- Using Math.NET Numerics and CSparse.NET