arpack 2.1+parpack96.dfsg-4 source package in Ubuntu

Changelog

arpack (2.1+parpack96.dfsg-4) unstable; urgency=low

  [ Daniel Leidert (dale) ]
  * debian/control (Standards-Version): Bumped to 3.9.0.
    (Description): Fixed list format.
  * debian/libarpack2.install,
    debian/libarpack2-dev.install: Don't install obsolete license files.
  * debian/ARPACK_License_Question.eml,
    debian/RiceBSD.txt: Removed obsolete license files.
  * debian/README.debian: Dropped useless file.
  * debian/patches/fix-segfault.patch: Added comment to patch to fix
    quilt-patch-missing-description.

  [ Sylvestre Ledru ]
  * Team upload
  * Package migrated to the Debian Science team
  * Standards-Version updated to version 3.9.2
  * Update of the Recommends: atlas3-base to libatlas3gf-base
  * DM-Upload-Allowed: yes removed (only DD are working on this package)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:09:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Science Team
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
arpack_2.1+parpack96.dfsg.orig.tar.gz 1.7 MiB 57f4f534c74d528deba0668f8b89287d7a81e3eef66ab90ca4602ce52633e699
arpack_2.1+parpack96.dfsg-4.debian.tar.gz 8.7 KiB cbcde34f5113c65ee7f4e2911926c48363b654d3c35f39d63ac59c3d26991127
arpack_2.1+parpack96.dfsg-4.dsc 1.5 KiB 90d2df20d70c30b4ae44e712301ab917b6e12484679562a46708ee4d369b2039

View changes file

Binary packages built by this source

libarpack2: Fortran77 subroutines to solve large scale eigenvalue problems

 ARPACK software is capable of solving large scale symmetric,
 nonsymmetric, and generalized eigenproblems from significant
 application areas. The software is designed to compute a few (k)
 eigenvalues with user specified features such as those of largest
 real part or largest magnitude. Storage requirements are on the order
 of n*k locations. No auxiliary storage is required. A set of Schur
 basis vectors for the desired k-dimensional eigen-space is computed
 which is numerically orthogonal to working precision. Numerically
 accurate eigenvectors are available on request.
 .
 Important Features:
 .
  * Reverse Communication Interface.
  * Single and Double Precision Real Arithmetic Versions for Symmetric,
    Non-symmetric,
  * Standard or Generalized Problems.
  * Single and Double Precision Complex Arithmetic Versions for Standard or
    Generalized Problems.
  * Routines for Banded Matrices - Standard or Generalized Problems.
  * Routines for The Singular Value Decomposition.
  * Example driver routines that may be used as templates to implement
    numerous Shift-Invert strategies for all problem types, data types and
    precision.
 .
 This package contains the shared library.

libarpack2-dbg: Fortran77 subroutines to solve large scale eigenvalue problems (debug)

 ARPACK software is capable of solving large scale symmetric,
 nonsymmetric, and generalized eigenproblems from significant
 application areas. The software is designed to compute a few (k)
 eigenvalues with user specified features such as those of largest
 real part or largest magnitude. Storage requirements are on the order
 of n*k locations. No auxiliary storage is required. A set of Schur
 basis vectors for the desired k-dimensional eigen-space is computed
 which is numerically orthogonal to working precision. Numerically
 accurate eigenvectors are available on request.
 .
 This package contains the debugging symbols for libarpack and libparpack.

libarpack2-dev: Fortran77 subroutines to solve large scale eigenvalue problems (development)

 ARPACK software is capable of solving large scale symmetric,
 nonsymmetric, and generalized eigenproblems from significant
 application areas. The software is designed to compute a few (k)
 eigenvalues with user specified features such as those of largest
 real part or largest magnitude. Storage requirements are on the order
 of n*k locations. No auxiliary storage is required. A set of Schur
 basis vectors for the desired k-dimensional eigen-space is computed
 which is numerically orthogonal to working precision. Numerically
 accurate eigenvectors are available on request.
 .
 This package contains the static libraries and the documentation for
 development with libarpack (including examples).