Uses of Class
org.ujmp.core.benchmark.BenchmarkConfig

Packages that use BenchmarkConfig
org.ujmp.core.benchmark   
 

Uses of BenchmarkConfig in org.ujmp.core.benchmark
 

Methods in org.ujmp.core.benchmark that return BenchmarkConfig
 BenchmarkConfig MatrixBenchmark.getConfig()
           
 BenchmarkConfig AbstractMatrix2DBenchmark.getConfig()
           
 BenchmarkConfig AbstractBenchmarkTask.getConfig()
           
 

Methods in org.ujmp.core.benchmark with parameters of type BenchmarkConfig
static String BenchmarkUtil.getResultDir(BenchmarkConfig config)
           
static void BenchmarkUtil.purgeMemory(BenchmarkConfig config)
           
 

Constructors in org.ujmp.core.benchmark with parameters of type BenchmarkConfig
AbstractBenchmarkTask(long benchmarkSeed, Class<? extends Matrix> matrixClass, List<long[]> sizes, BenchmarkConfig config)
           
CholBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
EigBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
InvBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
InvSPDBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
LUBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
MtimesBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
PlusMatrixBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
QRBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
SolveSquareBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
SolveTallBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
SVDBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
TimesScalarBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
TransposeBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
           
 



Copyright © 2010. All Rights Reserved.