pysparse 1.1-1.2 source package in Ubuntu

Changelog

pysparse (1.1-1.2) unstable; urgency=low


  * Non-maintainer upload.
  * suitesparse-4.1.patch: new patch, fixes FTBFS against suitesparse 4.1
    (Closes: #708379)

 -- Sébastien Villemot <email address hidden>  Mon, 05 Aug 2013 12:04:49 +0000

Upload details

Uploaded by:
hazelsct
Uploaded to:
Sid
Original maintainer:
hazelsct
Architectures:
any all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pysparse_1.1-1.2.dsc 1.9 KiB 311fe649f7990e35396ed607a79dd7c4e3c9243cae87fd50cd7b372fd840f871
pysparse_1.1.orig.tar.gz 891.1 KiB 45bedbc2f6b42e8dd52d3768ff72bcf8e75690a2e6026e99c28cf9b7ffb90245
pysparse_1.1-1.2.diff.gz 8.1 KiB 2db1caf50da39e6b451b1edff1109990d51cb12be9728c38f80c9016fdaaa8d2

Available diffs

No changes file available.

Binary packages built by this source

python-sparse: Sparse linear algebra extension for Python

 This provides a set of sparse matrix types for Python, with modules which
 implement:
  - Iterative methods for solving linear systems of equations
  - A set of standard preconditioners
  - An interface to a direct solver for sparse linear systems of equations
  - The JDSYM eigensolver
 .
 All of these modules are implemented as C extension modules based on standard
 sparse and dense matrix libraries (UMFPACK/AMD, SuperLU, BLAS/LAPACK) for
 maximum performance and robustness.

python-sparse-examples: Sparse linear algebra extension for Python: documentation

 This package provides documents and examples for python-sparse, a set of
 sparse matrix types for Python, with modules which implement:
  - Iterative methods for solving linear systems of equations
  - A set of standard preconditioners
  - An interface to a direct solver for sparse linear systems of equations
  - The JDSYM eigensolver
 .
 All of these modules are implemented as C extension modules based on standard
 sparse and dense matrix libraries (UMFPACK/AMD, SuperLU, BLAS/LAPACK) for
 maximum performance.