org.netlib.arpack
Class Sstatn

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

public class Sstatn
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 nonsymmetric 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
Sstatn()
           
 
Method Summary
static void sstatn()
           
 
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

Sstatn

public Sstatn()
Method Detail

sstatn

public static void sstatn()