您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Lasse Jon Fuglsang Pedersen 899adcfa add contents from svn 4 年前
..
Release add contents from svn 4 年前
LICENSE add contents from svn 4 年前
LICENSE.meta add contents from svn 4 年前
README.md add contents from svn 4 年前
README.md.meta add contents from svn 4 年前
Release.meta add contents from svn 4 年前

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.

Build status Nuget downloads

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