suitesparse 1:4.4.5-2ubuntu1 source package in Ubuntu
Changelog
suitesparse (1:4.4.5-2ubuntu1) xenial; urgency=medium * Merge from Debian unstable. Remaining changes: (LP: #1518985) + debian/control: Demote libatlas-doc from Recommends to Suggests, as it is not in main. suitesparse (1:4.4.5-2) unstable; urgency=low * Upload to unstable. suitesparse (1:4.4.5-1) experimental; urgency=low * Imported Upstream version 4.4.5 * debian/copyright: reflect upstream changes. * Bump SOVERSION for libcholmod, libklu and libsuitesparseconfig. suitesparse (1:4.4.4-1) experimental; urgency=low * Imported Upstream version 4.4.4 * Bump SOVERSION for libspqr and libsuitesparseconfig. * Fix typo in description of libccolamd. (Closes: #768365) * Overhaul long package descriptions. (Closes: #633042) suitesparse (1:4.4.3-1) experimental; urgency=low * Imported Upstream version 4.4.3 * debian/copyright: update, rewrite using machine-readable format 1.0. * Bump library SONAMEs. * Update patches. + Merge all patches related to shared libraries building in shared_libraries.patch. + Separate patch for BLAS library (use-generic-blas.patch) from the one disabling METIS (disable-metis.patch). + Give more explicit names to remaining patches, and use the .patch extension. * Ship libsuitesparseconfig in a separate package. This is now necessary because the library contains a global symbol, shared between several SuiteSparse libraries. * Bump Standards-Version to 3.9.6, no changes needed. * Update debian/watch for new tarball location. * debian/control: update homepage URL. * Ship cs.h from both CSparse and CXSparse. CSparse and CXSparse both provide a header named cs.h. Previously, only the CXSparse version was provided. Both versions are now provided in separate subdirectories of /usr/include/suitesparse. A toplevel symlink pointing to the CXSparse version is left for backward compatibility. * Add missing SuiteSparse_config in long description of libsuitesparse-dev. * Regenerate debian/control from the clean rule (instead of using a dedicated target). This seems acceptable, since it's done in gnome-pkg-tools. -- Graham Inggs <email address hidden> Mon, 23 Nov 2015 12:28:18 +0200
Upload details
- Uploaded by:
- Graham Inggs
- Sponsored by:
- Didier Roche-Tolomelli
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- math
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
suitesparse_4.4.5.orig.tar.gz | 24.4 MiB | 83f4b88657c7dc57681633e8ca6835ddb12c146bc51af77b6494972ed1ea8bc9 |
suitesparse_4.4.5-2ubuntu1.debian.tar.xz | 22.3 KiB | d96e7aafcb354e2f4d3d521e4f247d9c24eebd6468c03e4912fedbe0b2a59fff |
suitesparse_4.4.5-2ubuntu1.dsc | 2.4 KiB | 45456738736d83b8f89c68769f8235e2115d03d9d7eb12c26e26220f14762409 |
Available diffs
Binary packages built by this source
- libamd2.4.1: approximate minimum degree ordering library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The AMD library provides a set of routines for pre-ordering sparse matrices
prior to Cholesky or LU factorization, using the "Approximate Minimum Degree
ordering" algorithm.
- libamd2.4.1-dbgsym: debug symbols for package libamd2.4.1
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The AMD library provides a set of routines for pre-ordering sparse matrices
prior to Cholesky or LU factorization, using the "Approximate Minimum Degree
ordering" algorithm.
- libbtf1.2.1: permutation to block triangular form library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The BTF library is a software package for permuting a matrix into Block upper
Triangular Form. It includes a maximum transversal algorithm, which finds a
permutation of a square or rectangular matrix so that it has a zero-free
diagonal (if one exists); otherwise, it finds a maximal matching which
maximizes the number of nonzeros on the diagonal. The package also includes a
method for finding the strongly connected components of a graph. These two
methods together give the permutation to block upper triangular form.
- libbtf1.2.1-dbgsym: debug symbols for package libbtf1.2.1
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The BTF library is a software package for permuting a matrix into Block upper
Triangular Form. It includes a maximum transversal algorithm, which finds a
permutation of a square or rectangular matrix so that it has a zero-free
diagonal (if one exists); otherwise, it finds a maximal matching which
maximizes the number of nonzeros on the diagonal. The package also includes a
method for finding the strongly connected components of a graph. These two
methods together give the permutation to block upper triangular form.
- libcamd2.4.1: symmetric approximate minimum degree library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CAMD library provides a set of routines for pre-ordering sparse matrices
prior to Cholesky or LU factorization, using the approximate minimum degree
ordering algorithm with optional ordering constraints.
- libcamd2.4.1-dbgsym: debug symbols for package libcamd2.4.1
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CAMD library provides a set of routines for pre-ordering sparse matrices
prior to Cholesky or LU factorization, using the approximate minimum degree
ordering algorithm with optional ordering constraints.
- libccolamd2.9.1: 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.9.1-dbgsym: debug symbols for package libccolamd2.9.1
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.
- libcholmod3.0.6: sparse Cholesky factorization library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CHOLMOD library provides a set of routines for factorizing sparse
symmetric positive definite matrices of the form A or AA', updating/downdating
a sparse Cholesky factorization, solving linear systems, updating/downdating
the solution to the triangular system Lx=b, and many other sparse matrix
functions for both symmetric and unsymmetric matrices. Its supernodal Cholesky
factorization relies on LAPACK and the Level-3 BLAS, and obtains a substantial
fraction of the peak performance of the BLAS.
- libcholmod3.0.6-dbgsym: debug symbols for package libcholmod3.0.6
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CHOLMOD library provides a set of routines for factorizing sparse
symmetric positive definite matrices of the form A or AA', updating/downdating
a sparse Cholesky factorization, solving linear systems, updating/downdating
the solution to the triangular system Lx=b, and many other sparse matrix
functions for both symmetric and unsymmetric matrices. Its supernodal Cholesky
factorization relies on LAPACK and the Level-3 BLAS, and obtains a substantial
fraction of the peak performance of the BLAS.
- libcolamd2.9.1: 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.
- libcolamd2.9.1-dbgsym: debug symbols for package libcolamd2.9.1
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.
- libcsparse3.1.4: concise sparse matrix library
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CSparse library provides several matrix algorithms. The focus is on direct
methods; iterative methods and solvers for eigenvalue problems are beyond the
scope of this package.
.
The performance of the sparse factorization methods in CSparse will not be
competitive with UMFPACK or CHOLMOD, but the codes are much more concise and
easy to understand. Other methods are competitive.
- libcsparse3.1.4-dbgsym: debug symbols for package libcsparse3.1.4
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CSparse library provides several matrix algorithms. The focus is on direct
methods; iterative methods and solvers for eigenvalue problems are beyond the
scope of this package.
.
The performance of the sparse factorization methods in CSparse will not be
competitive with UMFPACK or CHOLMOD, but the codes are much more concise and
easy to understand. Other methods are competitive.
- libcxsparse3.1.4: concise sparse matrix library (complex, int and long int support)
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CXSparse library is a version of CSparse (see libcsparse package) that
operates on both real and complex matrices.
- libcxsparse3.1.4-dbgsym: debug symbols for package libcxsparse3.1.4
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The CXSparse library is a version of CSparse (see libcsparse package) that
operates on both real and complex matrices.
- libklu1.3.3: circuit simulation sparse LU factorization library
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The KLU library provides routines for LU factorization, primarily for circuit
simulation.
- libklu1.3.3-dbgsym: debug symbols for package libklu1.3.3
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The KLU library provides routines for LU factorization, primarily for circuit
simulation.
- libldl2.2.1: simple LDL' factorization library for sparse matrices
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The LDL library provides routines for sparse LDL' factorization and solving.
These routines are not terrifically fast (they do not use dense matrix
kernels), but the code is very short and concise. The purpose is to illustrate
the algorithms in a very concise and readable manner, primarily for
educational purposes.
- libldl2.2.1-dbgsym: debug symbols for package libldl2.2.1
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The LDL library provides routines for sparse LDL' factorization and solving.
These routines are not terrifically fast (they do not use dense matrix
kernels), but the code is very short and concise. The purpose is to illustrate
the algorithms in a very concise and readable manner, primarily for
educational purposes.
- libspqr2.0.1: No summary available for libspqr2.0.1 in ubuntu xenial.
No description available for libspqr2.0.1 in ubuntu xenial.
- libspqr2.0.1-dbgsym: No summary available for libspqr2.0.1-dbgsym in ubuntu xenial.
No description available for libspqr2.0.1-dbgsym in ubuntu xenial.
- libsuitesparse-dbg: No summary available for libsuitesparse-dbg in ubuntu xenial.
No description available for libsuitesparse-dbg in ubuntu xenial.
- libsuitesparse-dev: libraries for sparse matrices computations (development files)
Suitesparse is a collection of libraries for computations involving
sparse matrices. This package includes the following libraries:
.
AMD approximate minimum degree ordering
.
CAMD symmetric approximate minimum degree
.
BTF permutation to block triangular form (beta)
.
COLAMD column approximate minimum degree ordering
.
CCOLAMD constrained column approximate minimum degree ordering
.
CHOLMOD sparse Cholesky factorization
.
CSparse a concise sparse matrix package
.
CXSparse CSparse extended: complex matrix, int and long int support
.
KLU sparse LU factorization, primarily for circuit simulation
.
LDL a simple LDL' factorization
.
UMFPACK sparse LU factorization
.
SPQR sparse QR factorization
.
SuiteSparse_config configuration routines for all the above packages.
.
This package contains the static libraries and header files.
- libsuitesparse-dev-dbgsym: No summary available for libsuitesparse-dev-dbgsym in ubuntu xenial.
No description available for libsuitesparse-
dev-dbgsym in ubuntu xenial.
- libsuitesparse-doc: libraries for sparse matrices computations (documentation)
Suitesparse is a collection of libraries for computations involving
sparse matrices. This package contains the user guides for the
libraries distributed by the SuiteSparse project.
- libsuitesparseconfig4.4.5: No summary available for libsuitesparseconfig4.4.5 in ubuntu xenial.
No description available for libsuitesparsec
onfig4. 4.5 in ubuntu xenial.
- libsuitesparseconfig4.4.5-dbgsym: No summary available for libsuitesparseconfig4.4.5-dbgsym in ubuntu xenial.
No description available for libsuitesparsec
onfig4. 4.5-dbgsym in ubuntu xenial.
- libumfpack5.7.1: sparse LU factorization library
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The UMFPACK library provides a set of routines solving sparse linear systems
via LU factorization.
- libumfpack5.7.1-dbgsym: debug symbols for package libumfpack5.7.1
Suitesparse is a collection of libraries for computations involving
sparse matrices.
.
The UMFPACK library provides a set of routines solving sparse linear systems
via LU factorization.