[ 源代码: suitesparse ]
软件包:libccolamd2(1:5.12.0+dfsg-2)
libccolamd2 的相关链接
Debian 的资源:
下载源码包 suitesparse:
- [suitesparse_5.12.0+dfsg-2.dsc]
- [suitesparse_5.12.0+dfsg.orig.tar.xz]
- [suitesparse_5.12.0+dfsg-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [suitesparse.com]
相似软件包:
constrained column approximate library for sparse matrices
Suitesparse is a collection of libraries for computations involving sparse matrices.
The CCOLAMD library implements the "Constrained COLumn Approximate Minimum Degree ordering" algorithm. It computes a permutation vector P such that the LU factorization of A (:,P) tends to be sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) will also tend to be sparser than that of A'*A.
其他与 libccolamd2 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libsuitesparseconfig5 (>= 1:5.0.0)
- configuration routines for all SuiteSparse modules