suitesparse 1:7.6.1+dfsg-1build1 source package in Ubuntu

Changelog

suitesparse (1:7.6.1+dfsg-1build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 08:25:39 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main math
Noble release main math

Downloads

File Size SHA-256 Checksum
suitesparse_7.6.1+dfsg.orig.tar.xz 48.3 MiB e90cf7f45c48c00ba1525307483301c86cdc5144924d6ad4eb08082e7ea5b24c
suitesparse_7.6.1+dfsg-1build1.debian.tar.xz 25.9 KiB 691d4d8965fb207a3c14cd0a2c1e466be38ea279edecaf431653928d06f1d5f0
suitesparse_7.6.1+dfsg-1build1.dsc 3.4 KiB 96c5144586aec9fb6e69ef91deaf62779724677a09ded7fd9a7ba98f22e59e0f

View changes file

Binary packages built by this source

libamd3: 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.

libamd3-dbgsym: debug symbols for libamd3
libbtf2: 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.

libbtf2-dbgsym: No summary available for libbtf2-dbgsym in ubuntu oracular.

No description available for libbtf2-dbgsym in ubuntu oracular.

libcamd3: No summary available for libcamd3 in ubuntu oracular.

No description available for libcamd3 in ubuntu oracular.

libcamd3-dbgsym: debug symbols for libcamd3
libccolamd3: No summary available for libccolamd3 in ubuntu oracular.

No description available for libccolamd3 in ubuntu oracular.

libccolamd3-dbgsym: No summary available for libccolamd3-dbgsym in ubuntu oracular.

No description available for libccolamd3-dbgsym in ubuntu oracular.

libcholmod5: No summary available for libcholmod5 in ubuntu oracular.

No description available for libcholmod5 in ubuntu oracular.

libcholmod5-dbgsym: debug symbols for libcholmod5
libcolamd3: 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.

libcolamd3-dbgsym: debug symbols for libcolamd3
libcxsparse4: 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.

libcxsparse4-dbgsym: debug symbols for libcxsparse4
libklu2: No summary available for libklu2 in ubuntu oracular.

No description available for libklu2 in ubuntu oracular.

libklu2-dbgsym: debug symbols for libklu2
libldl3: 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.

libldl3-dbgsym: No summary available for libldl3-dbgsym in ubuntu oracular.

No description available for libldl3-dbgsym in ubuntu oracular.

libparu0: No summary available for libparu0 in ubuntu oracular.

No description available for libparu0 in ubuntu oracular.

libparu0-dbgsym: debug symbols for libparu0
librbio4: No summary available for librbio4 in ubuntu oracular.

No description available for librbio4 in ubuntu oracular.

librbio4-dbgsym: debug symbols for librbio4
libspex2: solves sparse linear systems in exact arithmetic

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 SPEX Left LU is a software package designed to exactly solve unsymmetric sparse
 linear systems, Ax = b, where A, b and x contain rational numbers. This
 package performs a left-looking, roundoff-error-free (REF) LU factorization
 PAQ = LDU, where L and U are integer, D is diagonal, and P and Q are row and
 column permutations, respectively. Note that the matrix D is never explicitly
 computed nor needed; thus this package uses only the matrices L and U.
 .
 This package relies on GNU GMP and MPRF for exact arithmetic computations.

libspex2-dbgsym: debug symbols for libspex2
libspqr4: No summary available for libspqr4 in ubuntu oracular.

No description available for libspqr4 in ubuntu oracular.

libspqr4-dbgsym: debug symbols for libspqr4
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
 .
 ParU unsymmetric multifrontal multithreaded sparse LU factorization
 .
 RBio read/write sparse matrices in Rutherford/Boeing format
 .
 SPQR sparse QR factorization
 .
 Mongoose graph partitioning library that can quickly compute edge cuts
 .
 SPEX solves sparse linear systems in exact arithmetic
 .
 SuiteSparse_config configuration routines for all the above packages.
 .
 This package contains the static libraries and header files.

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.

libsuitesparse-mongoose3: graph partitioning tool that can quickly compute edge cuts (shared library)

 Suitesparse is a collection of libraries for computations involving
 sparse matrices.
 .
 Mongoose is a graph partitioning library that can quickly compute edge cuts in
 arbitrary graph. Given a graph with a vertex set and edge set, an edge cut is
 a partitioning of the graph into two subgraphs that are balanced (contain the
 same number of vertices) and the connectivity between the subgraphs is
 minimized (few edges are in the cut).
 .
 This package contains the shared C++ library.

libsuitesparse-mongoose3-dbgsym: No summary available for libsuitesparse-mongoose3-dbgsym in ubuntu oracular.

No description available for libsuitesparse-mongoose3-dbgsym in ubuntu oracular.

libsuitesparseconfig7: No summary available for libsuitesparseconfig7 in ubuntu oracular.

No description available for libsuitesparseconfig7 in ubuntu oracular.

libsuitesparseconfig7-dbgsym: debug symbols for libsuitesparseconfig7
libumfpack6: No summary available for libumfpack6 in ubuntu oracular.

No description available for libumfpack6 in ubuntu oracular.

libumfpack6-dbgsym: debug symbols for libumfpack6
mongoose: transitional dummy package for suitesparse-mongoose

 This package eases the transition from mongoose to suitesparse-mongoose.
 It can be safely removed.

suitesparse-mongoose: No summary available for suitesparse-mongoose in ubuntu oracular.

No description available for suitesparse-mongoose in ubuntu oracular.

suitesparse-mongoose-dbgsym: debug symbols for suitesparse-mongoose