Class Hierarchy
- java.lang.Object
- org.ujmp.core.benchmark.AbstractBenchmarkTask
- org.ujmp.core.benchmark.CholBenchmarkTask
- org.ujmp.core.benchmark.EigBenchmarkTask
- org.ujmp.core.benchmark.InvBenchmarkTask
- org.ujmp.core.benchmark.InvSPDBenchmarkTask
- org.ujmp.core.benchmark.LUBenchmarkTask
- org.ujmp.core.benchmark.MtimesBenchmarkTask
- org.ujmp.core.benchmark.PlusMatrixBenchmarkTask
- org.ujmp.core.benchmark.QRBenchmarkTask
- org.ujmp.core.benchmark.SolveSquareBenchmarkTask
- org.ujmp.core.benchmark.SolveTallBenchmarkTask
- org.ujmp.core.benchmark.SVDBenchmarkTask
- org.ujmp.core.benchmark.TimesScalarBenchmarkTask
- org.ujmp.core.benchmark.TransposeBenchmarkTask
- org.ujmp.core.benchmark.AbstractMatrix2DBenchmark (implements org.ujmp.core.benchmark.MatrixBenchmark)
- org.ujmp.core.benchmark.ArrayDenseDoubleMatrix2DBenchmark
- org.ujmp.core.benchmark.BlockDenseDoubleMatrix2DBenchmark
- org.ujmp.core.benchmark.DefaultDenseDoubleMatrix2DBenchmark
- org.ujmp.core.benchmark.BenchmarkResult
- org.ujmp.core.benchmark.BenchmarkUtil
- java.lang.Number (implements java.io.Serializable)
- org.ujmp.core.AbstractMatrix (implements org.ujmp.core.Matrix)
- org.ujmp.core.genericmatrix.stub.AbstractGenericMatrix<T> (implements org.ujmp.core.genericmatrix.GenericMatrix<T>)
- org.ujmp.core.objectmatrix.stub.AbstractObjectMatrix (implements org.ujmp.core.objectmatrix.ObjectMatrix)
- org.ujmp.core.objectmatrix.stub.AbstractDenseObjectMatrix (implements org.ujmp.core.objectmatrix.DenseObjectMatrix)
- org.ujmp.core.objectmatrix.stub.AbstractDenseObjectMatrix2D (implements org.ujmp.core.objectmatrix.DenseObjectMatrix2D)
- org.ujmp.core.mapmatrix.AbstractMapMatrix<K,
V> (implements org.ujmp.core.mapmatrix.MapMatrix<K, V>) - org.ujmp.core.mapmatrix.DefaultMapMatrix<K,
V> - org.ujmp.core.benchmark.BenchmarkConfig
- org.ujmp.core.mapmatrix.DefaultMapMatrix<K,
- org.ujmp.core.mapmatrix.AbstractMapMatrix<K,
- org.ujmp.core.objectmatrix.stub.AbstractDenseObjectMatrix2D (implements org.ujmp.core.objectmatrix.DenseObjectMatrix2D)
- org.ujmp.core.objectmatrix.stub.AbstractDenseObjectMatrix (implements org.ujmp.core.objectmatrix.DenseObjectMatrix)
- org.ujmp.core.objectmatrix.stub.AbstractObjectMatrix (implements org.ujmp.core.objectmatrix.ObjectMatrix)
- org.ujmp.core.genericmatrix.stub.AbstractGenericMatrix<T> (implements org.ujmp.core.genericmatrix.GenericMatrix<T>)
- org.ujmp.core.AbstractMatrix (implements org.ujmp.core.Matrix)
- org.ujmp.core.benchmark.AbstractBenchmarkTask
Interface Hierarchy
- org.ujmp.core.benchmark.MatrixBenchmark