org.ujmp.mantissa.benchmark
Class MantissaDenseDoubleMatrix2DBenchmark

java.lang.Object
  extended by org.ujmp.core.benchmark.AbstractMatrix2DBenchmark
      extended by org.ujmp.mantissa.benchmark.MantissaDenseDoubleMatrix2DBenchmark
All Implemented Interfaces:
MatrixBenchmark

public class MantissaDenseDoubleMatrix2DBenchmark
extends AbstractMatrix2DBenchmark


Constructor Summary
MantissaDenseDoubleMatrix2DBenchmark()
           
 
Method Summary
 DoubleMatrix2D createMatrix(long... size)
           
 DoubleMatrix2D createMatrix(Matrix source)
           
static void main(String[] args)
           
 
Methods inherited from class org.ujmp.core.benchmark.AbstractMatrix2DBenchmark
getConfig, getMatrixClass, getMatrixLabel, run, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MantissaDenseDoubleMatrix2DBenchmark

public MantissaDenseDoubleMatrix2DBenchmark()
Method Detail

createMatrix

public DoubleMatrix2D createMatrix(long... size)
                            throws MatrixException
Specified by:
createMatrix in class AbstractMatrix2DBenchmark
Throws:
MatrixException

createMatrix

public DoubleMatrix2D createMatrix(Matrix source)
                            throws MatrixException
Specified by:
createMatrix in class AbstractMatrix2DBenchmark
Throws:
MatrixException

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010. All Rights Reserved.