pysparse 1.1-1build2 source package in Ubuntu

Changelog

pysparse (1.1-1build2) oneiric; urgency=low

  * gfortran-4.6 rebuild.
 -- Matthias Klose <email address hidden>   Sun, 11 Sep 2011 11:22:06 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
hazelsct
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pysparse_1.1.orig.tar.gz 891.1 KiB 45bedbc2f6b42e8dd52d3768ff72bcf8e75690a2e6026e99c28cf9b7ffb90245
pysparse_1.1-1build2.diff.gz 6.7 KiB 2b53d63ce68722586c15265a509fd8251690049f2ec2165ffff2d56f7fc2dbed
pysparse_1.1-1build2.dsc 1.2 KiB 31150012a700cfcc35c0468366998f232c1a1bb9cb446c84c3249e824956a343

Available diffs

View changes file

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.