您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1.2 KiB
1.2 KiB
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