~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/arpack/ARPACK/SRC/stat.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
c     %--------------------------------%
 
2
c     | See stat.doc for documentation |
 
3
c     %--------------------------------%
 
4
c
 
5
c\SCCS Information: @(#) 
 
6
c FILE: stat.h   SID: 2.2   DATE OF SID: 11/16/95   RELEASE: 2 
 
7
c
 
8
      real       t0, t1, t2, t3, t4, t5
 
9
      save       t0, t1, t2, t3, t4, t5
 
10
c
 
11
      integer    nopx, nbx, nrorth, nitref, nrstrt
 
12
      real       tsaupd, tsaup2, tsaitr, tseigt, tsgets, tsapps, tsconv,
 
13
     &           tnaupd, tnaup2, tnaitr, tneigh, tngets, tnapps, tnconv,
 
14
     &           tcaupd, tcaup2, tcaitr, tceigh, tcgets, tcapps, tcconv,
 
15
     &           tmvopx, tmvbx, tgetv0, titref, trvec
 
16
      common /timing/ 
 
17
     &           nopx, nbx, nrorth, nitref, nrstrt,
 
18
     &           tsaupd, tsaup2, tsaitr, tseigt, tsgets, tsapps, tsconv,
 
19
     &           tnaupd, tnaup2, tnaitr, tneigh, tngets, tnapps, tnconv,
 
20
     &           tcaupd, tcaup2, tcaitr, tceigh, tcgets, tcapps, tcconv,
 
21
     &           tmvopx, tmvbx, tgetv0, titref, trvec