diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-19 10:39:50 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-02-19 10:39:50 +0000 |
commit | 539eeb5ef4d3576f176bf44cae8f31c1d4a1f68f (patch) | |
tree | e9f8316359eb09510878276240829a6cb297704c /sci-libs/umfpack/metadata.xml | |
parent | amd-2.0.4: initial import (diff) | |
download | gentoo-2-539eeb5ef4d3576f176bf44cae8f31c1d4a1f68f.tar.gz gentoo-2-539eeb5ef4d3576f176bf44cae8f31c1d4a1f68f.tar.bz2 gentoo-2-539eeb5ef4d3576f176bf44cae8f31c1d4a1f68f.zip |
umfpack initial import
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sci-libs/umfpack/metadata.xml')
-rw-r--r-- | sci-libs/umfpack/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/umfpack/metadata.xml b/sci-libs/umfpack/metadata.xml new file mode 100644 index 000000000000..d81f6309e314 --- /dev/null +++ b/sci-libs/umfpack/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<longdescription lang="en"> +UMFPACK is a set of routines for solving unsymmetric sparse linear +systems, Ax=b, using the Unsymmetric MultiFrontal method. Written +in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface. +Appears as a built-in routine (for lu, backslash, and forward +slash) in MATLAB. Includes a MATLAB interface, a C-callable +interface, and a Fortran-callable interface. +</longdescription> +</pkgmetadata> |