Uses of Interface
org.ujmp.core.doublematrix.DoubleMatrix2D
Packages that use DoubleMatrix2D
Package
Description
-
Uses of DoubleMatrix2D in org.ujmp.colt
Classes in org.ujmp.colt that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.colt.benchmark
Methods in org.ujmp.colt.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionColtDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) ColtDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) ColtSparseDoubleMatrix2DBenchmark.createMatrix
(long... size) ColtSparseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of DoubleMatrix2D in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
-
Uses of DoubleMatrix2D in org.ujmp.commonsmath.benchmark
Methods in org.ujmp.commonsmath.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionCommonsMathArrayDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) CommonsMathArrayDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) CommonsMathBlockDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) CommonsMathBlockDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of DoubleMatrix2D in org.ujmp.core.benchmark
Methods in org.ujmp.core.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionabstract DoubleMatrix2D
AbstractMatrix2DBenchmark.createMatrix
(long... size) abstract DoubleMatrix2D
AbstractMatrix2DBenchmark.createMatrix
(Matrix source) ArrayDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) ArrayDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) static DoubleMatrix2D
BenchmarkUtil.createMatrix
(Class<? extends Matrix> matrixClass, long... size) static DoubleMatrix2D
BenchmarkUtil.createMatrix
(Class<? extends Matrix> matrixClass, Matrix source) BlockDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) BlockDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) DefaultDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) DefaultDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) Methods in org.ujmp.core.benchmark that return types with arguments of type DoubleMatrix2DModifier and TypeMethodDescriptionfinal Class<? extends DoubleMatrix2D>
AbstractMatrix2DBenchmark.getMatrixClass()
Class<? extends DoubleMatrix2D>
MatrixBenchmark.getMatrixClass()
Methods in org.ujmp.core.benchmark with parameters of type DoubleMatrix2DModifier and TypeMethodDescriptionstatic void
BenchmarkUtil.rand
(long benchmarkSeed, int run, int id, DoubleMatrix2D matrix) static void
BenchmarkUtil.randSymm
(long benchmarkSeed, int run, int id, DoubleMatrix2D matrix) Constructor parameters in org.ujmp.core.benchmark with type arguments of type DoubleMatrix2DModifierConstructorDescriptionCholBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) EigBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) InvBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) InvSPDBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) LUBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) MtimesBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) PlusMatrixBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) QRBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) SolveSquareBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) SolveTallBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) SVDBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) TimesScalarBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) TransposeBenchmarkTask
(long benchmarkSeed, Class<? extends DoubleMatrix2D> matrixClass, BenchmarkConfig config) -
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix
Subinterfaces of DoubleMatrix2D in org.ujmp.core.doublematrixModifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.calculation.general.statistical
Methods in org.ujmp.core.doublematrix.calculation.general.statistical that return DoubleMatrix2DModifier and TypeMethodDescriptionstatic DoubleMatrix2D
MutualInformation.calcNew
(IntMatrix2D matrix) static DoubleMatrix2D
-
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.factory
Classes in org.ujmp.core.doublematrix.factory with type parameters of type DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement DoubleMatrix2DModifier and TypeClassDescriptionclass
class
A dense 2D matrix with square block layout.class
class
class
class
class
class
class
class
class
-
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement DoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of DoubleMatrix2D in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.core.treematrix
Subinterfaces of DoubleMatrix2D in org.ujmp.core.treematrixClasses in org.ujmp.core.treematrix that implement DoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
-
Uses of DoubleMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.jama
Classes in org.ujmp.jama that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.jama.benchmark
Methods in org.ujmp.jama.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionJamaDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) JamaDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of DoubleMatrix2D in org.ujmp.jblas
Classes in org.ujmp.jblas that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.jblas.benchmark
Methods in org.ujmp.jblas.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionJBlasDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) JBlasDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of DoubleMatrix2D in org.ujmp.la4j
Classes in org.ujmp.la4j that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement DoubleMatrix2D -
Uses of DoubleMatrix2D in org.ujmp.vecmath.benchmark
Methods in org.ujmp.vecmath.benchmark that return DoubleMatrix2DModifier and TypeMethodDescriptionVecMathDenseDoubleMatrix2DBenchmark.createMatrix
(long... size) VecMathDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source)