|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DoubleMatrix2D in org.ujmp.core.benchmark |
---|
Methods in org.ujmp.core.benchmark that return DoubleMatrix2D | |
---|---|
static DoubleMatrix2D |
BenchmarkUtil.createMatrix(Class<? extends Matrix> matrixClass,
long... size)
|
static DoubleMatrix2D |
BenchmarkUtil.createMatrix(Class<? extends Matrix> matrixClass,
Matrix source)
|
DoubleMatrix2D |
DefaultDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
|
DoubleMatrix2D |
BlockDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
|
DoubleMatrix2D |
ArrayDenseDoubleMatrix2DBenchmark.createMatrix(long... size)
|
abstract DoubleMatrix2D |
AbstractMatrix2DBenchmark.createMatrix(long... size)
|
DoubleMatrix2D |
DefaultDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
|
DoubleMatrix2D |
BlockDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
|
DoubleMatrix2D |
ArrayDenseDoubleMatrix2DBenchmark.createMatrix(Matrix source)
|
abstract DoubleMatrix2D |
AbstractMatrix2DBenchmark.createMatrix(Matrix source)
|
Methods in org.ujmp.core.benchmark that return types with arguments of type DoubleMatrix2D | |
---|---|
Class<? extends DoubleMatrix2D> |
MatrixBenchmark.getMatrixClass()
|
Class<? extends DoubleMatrix2D> |
AbstractMatrix2DBenchmark.getMatrixClass()
|
Methods in org.ujmp.core.benchmark with parameters of type DoubleMatrix2D | |
---|---|
static 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 DoubleMatrix2D | |
---|---|
CholBenchmarkTask(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.doublematrix | |
---|---|
interface |
DenseDoubleMatrix2D
|
interface |
SparseDoubleMatrix2D
|
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.calculation.general.statistical |
---|
Methods in org.ujmp.core.doublematrix.calculation.general.statistical that return DoubleMatrix2D | |
---|---|
static DoubleMatrix2D |
MutualInformation.calcNew(IntMatrix2D matrix)
|
static DoubleMatrix2D |
MutualInformation.calcNew(Matrix matrix)
|
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.factory |
---|
Methods in org.ujmp.core.doublematrix.factory that return DoubleMatrix2D | |
---|---|
DoubleMatrix2D |
DoubleMatrix2DFactory.zeros(long... size)
|
DoubleMatrix2D |
AbstractDoubleMatrix2DFactory.zeros(long... size)
|
DoubleMatrix2D |
DoubleMatrix2DFactory.zeros(long rows,
long columns)
|
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.impl |
---|
Classes in org.ujmp.core.doublematrix.impl that implement DoubleMatrix2D | |
---|---|
class |
ArrayDenseDoubleMatrix2D
|
class |
BlockDenseDoubleMatrix2D
A dense 2D matrix with square block layout. |
class |
DefaultDenseDoubleMatrix2D
|
class |
DefaultSparseRowDoubleMatrix2D
|
class |
MortonDenseDoubleMartrix2D
|
Uses of DoubleMatrix2D in org.ujmp.core.doublematrix.stub |
---|
Classes in org.ujmp.core.doublematrix.stub that implement DoubleMatrix2D | |
---|---|
class |
AbstractDenseDoubleMatrix2D
|
class |
AbstractSparseDoubleMatrix2D
|
Uses of DoubleMatrix2D in org.ujmp.core.interfaces |
---|
Methods in org.ujmp.core.interfaces that return DoubleMatrix2D | |
---|---|
DoubleMatrix2D |
Conversions2D.toDoubleMatrix()
|
Uses of DoubleMatrix2D in org.ujmp.core.timeseries |
---|
Classes in org.ujmp.core.timeseries that implement DoubleMatrix2D | |
---|---|
class |
TimeSeriesMatrix
|
Uses of DoubleMatrix2D in org.ujmp.core.treematrix |
---|
Subinterfaces of DoubleMatrix2D in org.ujmp.core.treematrix | |
---|---|
interface |
TreeMatrix
|
Classes in org.ujmp.core.treematrix that implement DoubleMatrix2D | |
---|---|
class |
AbstractTreeMatrix
|
class |
DefaultTreeMatrix
|
class |
ObjectTreeMatrix
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |