软件包:libspex3(1:7.8.3+dfsg-2)
libspex3 的相关链接
Debian 的资源:
下载源码包 suitesparse:
- [suitesparse_7.8.3+dfsg-2.dsc]
- [suitesparse_7.8.3+dfsg.orig.tar.xz]
- [suitesparse_7.8.3+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [suitesparse.com]
相似软件包:
solves sparse linear systems in exact arithmetic
Suitesparse is a collection of libraries for computations involving sparse matrices.
SPEX Left LU is a software package designed to exactly solve unsymmetric sparse linear systems, Ax = b, where A, b and x contain rational numbers. This package performs a left-looking, roundoff-error-free (REF) LU factorization PAQ = LDU, where L and U are integer, D is diagonal, and P and Q are row and column permutations, respectively. Note that the matrix D is never explicitly computed nor needed; thus this package uses only the matrices L and U.
This package relies on GNU GMP and MPRF for exact arithmetic computations.
其他与 libspex3 有关的软件包
|
|
|
|
-
- dep: libamd3 (>= 1:7.0.1)
- approximate minimum degree ordering library for sparse matrices
-
- dep: libc6 (>= 2.29)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libcolamd3 (>= 1:7.0.1)
- column approximate minimum degree ordering library for sparse matrices
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多精度运算库
-
- dep: libmpfr6 (>= 4.0.0)
- multiple precision floating-point computation
-
- dep: libsuitesparseconfig7 (>= 1:7.0.1)
- configuration routines for all SuiteSparse modules