superlu 6.0.0+dfsg1-2 source package in Ubuntu

Changelog

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

  * push SuperLU 6 to unstable

 -- Drew Parsons <email address hidden>  Tue, 01 Aug 2023 14:58:30 +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

Downloads

File Size SHA-256 Checksum
superlu_6.0.0+dfsg1-2.dsc 2.2 KiB fe017fa56db00cd490a508e8b91e411428262e4c9273e5708bf2993834037e3b
superlu_6.0.0+dfsg1.orig.tar.xz 705.2 KiB b75b60e1460104b592e156f56f6be0fa7faf936951b3ad6fefeef9f3e8cf15eb
superlu_6.0.0+dfsg1-2.debian.tar.xz 6.8 KiB 96f5a5f97543b99daa385e79689a3d8e446c65c4320e9f4e679723fe2d8d4cd4

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