~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/sandbox/arpack/ARPACK/SRC/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 
3
 
 In the current version, the parameter KAPPA in the Kahan's test
4
 
 for orthogonality is set to 0.717, the same as used by Gragg & Reichel.
5
 
 However computational experience indicates that this is a little too 
6
 
 strict and will frequently force reorthogonalization when it is not
7
 
 necessary to do so. 
8
 
 
9
 
 Also the "moving boundary" idea is not currently activated in the nonsymmetric
10
 
 code since it is not conclusive that it's the right thing to do all the time.  
11
 
 Requires further investigation.
12
 
 
13
 
 As of 02/01/93 Richard Lehoucq assumes software control of the codes from
14
 
 Phuong Vu. On 03/01/93 all the *.F files were migrated SCCS. The 1.1 version
15
 
 of codes are those received from Phuong Vu. The frozen version of 07/08/92
16
 
 is now considered version 1.1.
17
 
 
18
 
 Version 2.1 contains two new symmetric routines, sesrt and seupd. 
19
 
 Changes as well as bug fixes for version 1.1 codes that were only corrected 
20
 
 for programming bugs are version 1.2. These 1.2 versions will also be in version 2.1.
21
 
 Subroutine [d,s]saupd now requires slightly more workspace. See [d,s]saupd for the
22
 
 details. 
23
 
 
24
 
 \SCCS Information: @(#) 
25
 
  FILE: version.h   SID: 2.3   DATE OF SID: 11/16/95   RELEASE: 2
26
 
 
27
 
 */
28
 
 
29
 
#define VERSION_NUMBER ' 2.1'
30
 
#define VERSION_DATE   ' 11/15/95'