Uses of Class
org.ujmp.core.benchmark.BenchmarkConfig
Packages that use BenchmarkConfig
-
Uses of BenchmarkConfig in org.ujmp.core.benchmark
Fields in org.ujmp.core.benchmark declared as BenchmarkConfigModifier and TypeFieldDescriptionprivate BenchmarkConfig
AbstractBenchmarkTask.config
private static final BenchmarkConfig
AbstractMatrix2DBenchmark.config
Methods in org.ujmp.core.benchmark that return BenchmarkConfigModifier and TypeMethodDescriptionAbstractBenchmarkTask.getConfig()
final BenchmarkConfig
AbstractMatrix2DBenchmark.getConfig()
MatrixBenchmark.getConfig()
Methods in org.ujmp.core.benchmark with parameters of type BenchmarkConfigModifier and TypeMethodDescriptionstatic String
BenchmarkUtil.getResultDir
(BenchmarkConfig config) static void
BenchmarkUtil.purgeMemory
(BenchmarkConfig config) Constructors in org.ujmp.core.benchmark with parameters of type BenchmarkConfigModifierConstructorDescriptionAbstractBenchmarkTask
(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)