diff options
Diffstat (limited to 'sci-libs/suitesparse/metadata.xml')
-rw-r--r-- | sci-libs/suitesparse/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-libs/suitesparse/metadata.xml b/sci-libs/suitesparse/metadata.xml new file mode 100644 index 000000000000..1042e68bb6fa --- /dev/null +++ b/sci-libs/suitesparse/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> + SuiteSparse is a suite of sparse matrix libraries from University of + Florida Computer Science Department. Currently, this includes: + * AMD: symmetric approximate minimum degree + * BTF: permutation to block triangular form + * CAMD: symmetric approximate minimum degree + * CCOLAMD: constrained column approximate minimum degree + * COLAMD: column approximate minimum degree + * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate + * CSparse: a concise sparse matrix package + * CXSparse: an extended version of CSparse + * KLU: sparse LU factorization, for circuit simulation + * LDL: a simple LDL^T factorization + * UMFPACK: sparse multifrontal LU factorization + * UFconfig: common configuration for all but CSparse + Gentoo package does not include the suitesparse MATLAB tools from + upstream, namely: + * RBio: MATLAB toolbox for reading/writing sparse matrices + * LINFACTOR: solve Ax=b using LU or CHOL + * MESHND: 2D and 3D mesh generation and nested dissection + * SSMULT: sparse matrix times sparse matrix +</longdescription> +</pkgmetadata> |