Uses of Class
org.ujmp.core.benchmark.BenchmarkConfig
-
Packages that use BenchmarkConfig Package Description org.ujmp.core.benchmark -
-
Uses of BenchmarkConfig in org.ujmp.core.benchmark
Fields in org.ujmp.core.benchmark declared as BenchmarkConfig Modifier and Type Field Description private BenchmarkConfig
AbstractBenchmarkTask. config
private static BenchmarkConfig
AbstractMatrix2DBenchmark. config
Methods in org.ujmp.core.benchmark that return BenchmarkConfig Modifier and Type Method Description BenchmarkConfig
AbstractBenchmarkTask. getConfig()
BenchmarkConfig
AbstractMatrix2DBenchmark. getConfig()
BenchmarkConfig
MatrixBenchmark. getConfig()
Methods in org.ujmp.core.benchmark with parameters of type BenchmarkConfig Modifier and Type Method Description static java.lang.String
BenchmarkUtil. getResultDir(BenchmarkConfig config)
static void
BenchmarkUtil. purgeMemory(BenchmarkConfig config)
Constructors in org.ujmp.core.benchmark with parameters of type BenchmarkConfig Constructor Description AbstractBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends Matrix> matrixClass, java.util.List<long[]> sizes, BenchmarkConfig config)
CholBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
EigBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
InvBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
InvSPDBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
LUBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
MtimesBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
PlusMatrixBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
QRBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
SolveSquareBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
SolveTallBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
SVDBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
TimesScalarBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
TransposeBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
-