org.ujmp.ejml.benchmark
Class EJMLDenseDoubleMatrix2DBenchmark

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

public class EJMLDenseDoubleMatrix2DBenchmark
extends AbstractMatrix2DBenchmark


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

EJMLDenseDoubleMatrix2DBenchmark

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