Anasazi Version of the Day
Loading...
Searching...
No Matches
stat.h
1c @HEADER
2c *****************************************************************************
3c Anasazi: Block Eigensolvers Package
4c
5c Copyright 2004 NTESS and the Anasazi contributors.
6c SPDX-License-Identifier: BSD-3-Clause
7c *****************************************************************************
8c @HEADER
9c %--------------------------------%
10c | See stat.doc for documentation |
11c %--------------------------------%
12c
13c\SCCS Information: @(#)
14c FILE: stat.h SID: 2.2 DATE OF SID: 11/16/95 RELEASE: 2
15c
16 real t0, t1, t2, t3, t4, t5
17 save t0, t1, t2, t3, t4, t5
18c
19 integer nopx, nbx, nrorth, nitref, nrstrt
20 real tsaupd, tsaup2, tsaitr, tseigt, tsgets, tsapps, tsconv,
21 & tnaupd, tnaup2, tnaitr, tneigh, tngets, tnapps, tnconv,
22 & tcaupd, tcaup2, tcaitr, tceigh, tcgets, tcapps, tcconv,
23 & tmvopx, tmvbx, tgetv0, titref, trvec
24 common /timing/
25 & nopx, nbx, nrorth, nitref, nrstrt,
26 & tsaupd, tsaup2, tsaitr, tseigt, tsgets, tsapps, tsconv,
27 & tnaupd, tnaup2, tnaitr, tneigh, tngets, tnapps, tnconv,
28 & tcaupd, tcaup2, tcaitr, tceigh, tcgets, tcapps, tcconv,
29 & tmvopx, tmvbx, tgetv0, titref, trvec
Namespace Anasazi contains the classes, structs, enums and utilities used by the Anasazi package.