[ trixie ]
[ sid ]
软件包:libcolamd3(1:7.8.3+dfsg-2) [debports]
column approximate minimum degree ordering library for sparse matrices
Suitesparse is a collection of libraries for computations involving sparse matrices.
The COLAMD library implements the "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.
其他与 libcolamd3 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.2)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libsuitesparseconfig7 (>= 1:7.0.1)
- configuration routines for all SuiteSparse modules