suitesparse 1:5.1.2-2 source package in Ubuntu

Changelog

suitesparse (1:5.1.2-2) unstable; urgency=medium

  * Add missing Depends of libsuitesparse-dev on libgraphblas1.
    (Closes: #887570)

 -- Sébastien Villemot <email address hidden>  Fri, 19 Jan 2018 18:09:10 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main math

Downloads

File Size SHA-256 Checksum
suitesparse_5.1.2-2.dsc 2.8 KiB f6fd9bb6c11445ca0fe4174a9228817d657a2f6b4ed0bc10ecb3524e68d49694
suitesparse_5.1.2.orig.tar.gz 43.0 MiB 4ec8d344bd8e95b898132ddffd7ee93bfbb2c1224925d11bab844b08f9b4c3b7
suitesparse_5.1.2-2.debian.tar.xz 28.4 KiB 5e64720f4b9854dec9f7f871686b09b3ccafc24e5c698bf6a3c95089c52bc3b0

No changes file available.

Binary packages built by this source

libamd2: No summary available for libamd2 in ubuntu cosmic.

No description available for libamd2 in ubuntu cosmic.

libamd2-dbgsym: debug symbols for libamd2
libbtf1: 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-dbgsym: debug symbols for libbtf1
libcamd2: 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-dbgsym: debug symbols for libcamd2
libccolamd2: No summary available for libccolamd2 in ubuntu cosmic.

No description available for libccolamd2 in ubuntu cosmic.

libccolamd2-dbgsym: debug symbols for libccolamd2
libcholmod3: 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-dbgsym: debug symbols for libcholmod3
libcolamd2: No summary available for libcolamd2 in ubuntu cosmic.

No description available for libcolamd2 in ubuntu cosmic.

libcolamd2-dbgsym: debug symbols for libcolamd2
libcxsparse3: concise sparse matrix library

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 The CXSparse 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 CXSparse will not be
 competitive with UMFPACK or CHOLMOD, but the codes are much more concise and
 easy to understand. Other methods are competitive.

libcxsparse3-dbgsym: debug symbols for libcxsparse3
libgraphblas1: graph algorithms via sparse matrix operations on semirings

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 SuiteSparse:GraphBLAS is an full implementation of the GraphBLAS standard,
 which defines a set of sparse matrix operations on an extended algebra of
 semirings using an almost unlimited variety of operators and types. When
 applied to sparse adjacency matrices, these algebraic operations are
 equivalent to computations on graphs. GraphBLAS provides a powerful and
 expressive framework for creating graph algorithms based on the elegant
 mathematics of sparse matrix operations on a semiring.

libgraphblas1-dbgsym: debug symbols for libgraphblas1
libklu1: No summary available for libklu1 in ubuntu cosmic.

No description available for libklu1 in ubuntu cosmic.

libklu1-dbgsym: debug symbols for libklu1
libldl2: 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-dbgsym: debug symbols for libldl2
librbio2: read/write sparse matrices in Rutherford/Boeing format

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 RBio is a library for reading/writing sparse matrices in the Rutherford/Boeing
 format.

librbio2-dbgsym: debug symbols for librbio2
libspqr2: sparse QR factorization library

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 SuiteSparseQR (SPQR) is a multithreaded, multifrontal, rank-revealing sparse
 QR factorization method.

libspqr2-dbgsym: debug symbols for libspqr2
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
 .
 CXSparse a concise sparse matrix package
 .
 KLU sparse LU factorization, primarily for circuit simulation
 .
 LDL a simple LDL' factorization
 .
 UMFPACK sparse LU factorization
 .
 RBio read/write sparse matrices in Rutherford/Boeing format
 .
 SPQR sparse QR factorization
 .
 GraphBLAS graph algorithms via sparse matrix operations on semirings
 .
 SuiteSparse_config configuration routines for all the above packages.
 .
 This package contains the static libraries and header files.

libsuitesparse-doc: No summary available for libsuitesparse-doc in ubuntu cosmic.

No description available for libsuitesparse-doc in ubuntu cosmic.

libsuitesparseconfig5: No summary available for libsuitesparseconfig5 in ubuntu cosmic.

No description available for libsuitesparseconfig5 in ubuntu cosmic.

libsuitesparseconfig5-dbgsym: No summary available for libsuitesparseconfig5-dbgsym in ubuntu cosmic.

No description available for libsuitesparseconfig5-dbgsym in ubuntu cosmic.

libumfpack5: No summary available for libumfpack5 in ubuntu cosmic.

No description available for libumfpack5 in ubuntu cosmic.

libumfpack5-dbgsym: No summary available for libumfpack5-dbgsym in ubuntu cosmic.

No description available for libumfpack5-dbgsym in ubuntu cosmic.