org.ujmp.core.benchmark
Interface MatrixBenchmark

All Known Implementing Classes:
AbstractMatrix2DBenchmark, ArrayDenseDoubleMatrix2DBenchmark, BlockDenseDoubleMatrix2DBenchmark, DefaultDenseDoubleMatrix2DBenchmark

public interface MatrixBenchmark


Method Summary
 BenchmarkConfig getConfig()
           
 Class<? extends DoubleMatrix2D> getMatrixClass()
           
 String getMatrixLabel()
           
 void run()
           
 

Method Detail

getConfig

BenchmarkConfig getConfig()

getMatrixClass

Class<? extends DoubleMatrix2D> getMatrixClass()

getMatrixLabel

String getMatrixLabel()

run

void run()


Copyright © 2010. All Rights Reserved.