spec.benchmarks.scimark.utils
Class Constants

java.lang.Object
  extended by spec.benchmarks.scimark.utils.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_DATASET_NAME
           
static int FFT_SIZE
           
static java.lang.String LARGE_DATASET_NAME
           
static int LU_SIZE
           
static int RANDOM_SEED
           
static double RESOLUTION_DEFAULT
           
static java.lang.String SMALL_DATASET_NAME
           
static int SOR_SIZE
           
static int SPARSE_SIZE_M
           
static int SPARSE_SIZE_nz
           
static int TINY_FFT_SIZE
           
static int TINY_LU_SIZE
           
static int TINY_SOR_SIZE
           
static int TINY_SPARSE_SIZE_M
           
static int TINY_SPARSE_SIZE_N
           
static int TINY_SPARSE_SIZE_nz
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOLUTION_DEFAULT

public static final double RESOLUTION_DEFAULT
See Also:
Constant Field Values

RANDOM_SEED

public static final int RANDOM_SEED
See Also:
Constant Field Values

FFT_SIZE

public static final int FFT_SIZE
See Also:
Constant Field Values

SOR_SIZE

public static final int SOR_SIZE
See Also:
Constant Field Values

SPARSE_SIZE_M

public static final int SPARSE_SIZE_M
See Also:
Constant Field Values

SPARSE_SIZE_nz

public static final int SPARSE_SIZE_nz
See Also:
Constant Field Values

LU_SIZE

public static final int LU_SIZE
See Also:
Constant Field Values

SMALL_DATASET_NAME

public static final java.lang.String SMALL_DATASET_NAME
See Also:
Constant Field Values

DEFAULT_DATASET_NAME

public static final java.lang.String DEFAULT_DATASET_NAME
See Also:
Constant Field Values

LARGE_DATASET_NAME

public static final java.lang.String LARGE_DATASET_NAME
See Also:
Constant Field Values

TINY_FFT_SIZE

public static final int TINY_FFT_SIZE
See Also:
Constant Field Values

TINY_SOR_SIZE

public static final int TINY_SOR_SIZE
See Also:
Constant Field Values

TINY_SPARSE_SIZE_M

public static final int TINY_SPARSE_SIZE_M
See Also:
Constant Field Values

TINY_SPARSE_SIZE_N

public static final int TINY_SPARSE_SIZE_N
See Also:
Constant Field Values

TINY_SPARSE_SIZE_nz

public static final int TINY_SPARSE_SIZE_nz
See Also:
Constant Field Values

TINY_LU_SIZE

public static final int TINY_LU_SIZE
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()