Package org.ujmp.core.benchmark
Class SolveTallBenchmarkTask
java.lang.Object
org.ujmp.core.benchmark.AbstractBenchmarkTask
org.ujmp.core.benchmark.SolveTallBenchmarkTask
-
Constructor Summary
ConstructorsConstructorDescriptionSolveTallBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.ujmp.core.benchmark.AbstractBenchmarkTask
getConfig, getMatrixLabel, run
-
Constructor Details
-
SolveTallBenchmarkTask
public SolveTallBenchmarkTask(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config)
-
-
Method Details
-
task
public BenchmarkResult task(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) - Specified by:
task
in classAbstractBenchmarkTask
-
getTaskName
- Specified by:
getTaskName
in classAbstractBenchmarkTask
-