spec.benchmarks.scimark.sor
Class SOR
java.lang.Object
spec.benchmarks.scimark.sor.SOR
public class SOR
- extends java.lang.Object
Constructor Summary |
SOR(int id)
|
Method Summary |
double |
execute(double omega,
double[][] G,
int num_iterations)
|
static void |
main(int id)
|
double |
measureSOR(int N,
double min_time,
Random R)
|
double |
num_flops(int M,
int N,
int num_iterations)
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOR
public SOR(int id)
main
public static void main(int id)
num_flops
public final double num_flops(int M,
int N,
int num_iterations)
execute
public final double execute(double omega,
double[][] G,
int num_iterations)
measureSOR
public double measureSOR(int N,
double min_time,
Random R)
run
public void run()