org.netlib.arpack
Class Sstats

java.lang.Object
  extended by org.netlib.arpack.Sstats

public class Sstats
extends java.lang.Object

Following is the description from the original
Fortran source.  For each array argument, the Java
version will include an integer offset parameter, so
the arguments may not match the description exactly.
Contact seymour@cs.utk.edu with any questions.

c %---------------------------------------------% c | Initialize statistic and timing information | c | for symmetric Arnoldi code. | c %---------------------------------------------%


Field Summary
static float t0
           
static float t1
           
static float t2
           
static float t3
           
static float t4
           
static float t5
           
 
Constructor Summary
Sstats()
           
 
Method Summary
static void sstats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t0

public static float t0

t1

public static float t1

t2

public static float t2

t3

public static float t3

t4

public static float t4

t5

public static float t5
Constructor Detail

Sstats

public Sstats()
Method Detail

sstats

public static void sstats()