org.ujmp.jlinalg.benchmark
Class JLinAlgDenseDoubleMatrix2DBenchmark

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

public class JLinAlgDenseDoubleMatrix2DBenchmark
extends AbstractMatrix2DBenchmark


Constructor Summary
JLinAlgDenseDoubleMatrix2DBenchmark()
           
 
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

JLinAlgDenseDoubleMatrix2DBenchmark

public JLinAlgDenseDoubleMatrix2DBenchmark()
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.