superlu 6.0.0+dfsg1-3 source package in Ubuntu

Changelog

superlu (6.0.0+dfsg1-3) unstable; urgency=medium

  * debian patch malloc_PR100.diff applies upstream PR#100 to fix
    Malloc/Calloc definitions. Closes: #1043313.

 -- Drew Parsons <email address hidden>  Thu, 10 Aug 2023 13:42:56 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
superlu_6.0.0+dfsg1-3.dsc 2.2 KiB 3a0f6bb04cf3859c95c99579aeacc05663b5a884724e2dd89d74bd7c0ee9081f
superlu_6.0.0+dfsg1.orig.tar.xz 705.2 KiB b75b60e1460104b592e156f56f6be0fa7faf936951b3ad6fefeef9f3e8cf15eb
superlu_6.0.0+dfsg1-3.debian.tar.xz 7.2 KiB c947a21446ab80c954b3ba6113fa38d89b42a62d30379e6e0729d6afa752120b

Available diffs

No changes file available.

Binary packages built by this source

libsuperlu-dev: Direct solution of large, sparse systems of linear equations

 Development files for SuperLU.
 .
 SuperLU is a general purpose library for the direct solution of
 large, sparse, nonsymmetric systems of linear equations on high
 performance machines.
 .
 The library is written in C and is callable from either C or Fortran.
 The library routines will perform an LU decomposition with partial
 pivoting and triangular system solves through forward and back
 substitution. The LU factorization routines can handle non-square
 matrices but the triangular solves are performed only for square
 matrices. The matrix columns may be preordered (before factorization)
 either through library or user supplied routines. This preordering
 for sparsity is completely separate from the factorization. Working
 precision iterative refinement subroutines are provided for improved
 backward stability. Routines are also provided to equilibrate the
 system, estimate the condition number, calculate the relative
 backward error, and estimate error bounds for the refined solutions.
 .
 This package contains the header and development files to build
 against SuperLU.

libsuperlu-doc: Documentation for SuperLU

 This package contains the user guide and the reference manual of SuperLU.
 It also includes some example programs.

libsuperlu6: Direct solution of large, sparse systems of linear equations

 SuperLU is a general purpose library for the direct solution of
 large, sparse, nonsymmetric systems of linear equations on high
 performance machines.
 .
 The library is written in C and is callable from either C or Fortran.
 The library routines will perform an LU decomposition with partial
 pivoting and triangular system solves through forward and back
 substitution. The LU factorization routines can handle non-square
 matrices but the triangular solves are performed only for square
 matrices. The matrix columns may be preordered (before factorization)
 either through library or user supplied routines. This preordering
 for sparsity is completely separate from the factorization. Working
 precision iterative refinement subroutines are provided for improved
 backward stability. Routines are also provided to equilibrate the
 system, estimate the condition number, calculate the relative
 backward error, and estimate error bounds for the refined solutions.
 .
 This package contains the SuperLU shared library.

libsuperlu6-dbgsym: debug symbols for libsuperlu6