summaryrefslogtreecommitdiff
blob: 5cc545ff4239e119784da5446df9be2cb02889ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <longdescription lang="en">
  The COLumn Approximate Minimum Degree ordering algorithm
  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. SYMAMD is a symmetric minimum degree ordering method based on
  COLAMD, available as a MATLAB-callable function. It constructs a
  matrix M such that M\'*M has the same pattern as A, and then uses
  COLAMD to compute a column ordering of M.
</longdescription>
</pkgmetadata>