org.ujmp.jmatrices.benchmark
Class JMatricesDenseDoubleMatrix2DBenchmark

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

public class JMatricesDenseDoubleMatrix2DBenchmark
extends AbstractMatrix2DBenchmark


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

JMatricesDenseDoubleMatrix2DBenchmark

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