org.ujmp.core.benchmark
Class TransposeBenchmarkTask

java.lang.Object
  extended by org.ujmp.core.benchmark.AbstractBenchmarkTask
      extended by org.ujmp.core.benchmark.TransposeBenchmarkTask

public class TransposeBenchmarkTask
extends AbstractBenchmarkTask


Constructor Summary
TransposeBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
 
Method Summary
 String getTaskName()
           
 BenchmarkResult task(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
           
 
Methods inherited from class org.ujmp.core.benchmark.AbstractBenchmarkTask
getConfig, getMatrixLabel, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransposeBenchmarkTask

public TransposeBenchmarkTask(long benchmarkSeed,
                              Class<? extends DoubleMatrix2D> matrixClass,
                              BenchmarkConfig config)
Method Detail

task

public BenchmarkResult task(Class<? extends Matrix> matrixClass,
                            long benchmarkSeed,
                            int run,
                            long[] size)
Specified by:
task in class AbstractBenchmarkTask

getTaskName

public String getTaskName()
Specified by:
getTaskName in class AbstractBenchmarkTask


Copyright © 2010. All Rights Reserved.