Uses of Interface
org.ujmp.core.Matrix
-
-
Uses of Matrix in org.ujmp.colt
Classes in org.ujmp.colt that implement Matrix Modifier and Type Class Description class
ColtDenseDoubleMatrix2D
class
ColtSparseDoubleMatrix2D
Methods in org.ujmp.colt that return Matrix Modifier and Type Method Description Matrix
ColtDenseDoubleMatrix2D. chol()
Matrix
ColtSparseDoubleMatrix2D. chol()
Matrix
ColtDenseDoubleMatrix2D. copy()
Matrix
ColtSparseDoubleMatrix2D. copy()
Matrix
ColtDenseDoubleMatrix2D. divide(double value)
Matrix
ColtSparseDoubleMatrix2D. divide(double value)
Matrix[]
ColtDenseDoubleMatrix2D. eig()
Matrix[]
ColtSparseDoubleMatrix2D. eig()
Matrix
ColtDenseDoubleMatrix2D. inv()
Matrix
ColtSparseDoubleMatrix2D. inv()
Matrix
ColtDenseDoubleMatrix2D. invSPD()
Matrix
ColtSparseDoubleMatrix2D. invSPD()
Matrix[]
ColtDenseDoubleMatrix2D. lu()
Matrix[]
ColtSparseDoubleMatrix2D. lu()
Matrix
ColtDenseDoubleMatrix2D. minus(double value)
Matrix
ColtDenseDoubleMatrix2D. minus(Matrix m)
Matrix
ColtSparseDoubleMatrix2D. minus(double value)
Matrix
ColtDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
ColtSparseDoubleMatrix2D. mtimes(Matrix m)
Matrix
ColtDenseDoubleMatrix2D. plus(double value)
Matrix
ColtDenseDoubleMatrix2D. plus(Matrix m)
Matrix
ColtSparseDoubleMatrix2D. plus(double value)
Matrix[]
ColtDenseDoubleMatrix2D. qr()
Matrix[]
ColtSparseDoubleMatrix2D. qr()
Matrix
ColtDenseDoubleMatrix2D. solve(Matrix b)
Matrix
ColtSparseDoubleMatrix2D. solve(Matrix b)
Matrix
ColtDenseDoubleMatrix2D. solveSPD(Matrix b)
Matrix
ColtSparseDoubleMatrix2D. solveSPD(Matrix b)
Matrix[]
ColtDenseDoubleMatrix2D. svd()
Matrix[]
ColtSparseDoubleMatrix2D. svd()
Matrix
ColtDenseDoubleMatrix2D. times(double value)
Matrix
ColtSparseDoubleMatrix2D. times(double value)
Matrix
ColtDenseDoubleMatrix2D. transpose()
Matrix
ColtSparseDoubleMatrix2D. transpose()
Methods in org.ujmp.colt with parameters of type Matrix Modifier and Type Method Description Matrix
ColtDenseDoubleMatrix2D. minus(Matrix m)
Matrix
ColtDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
ColtSparseDoubleMatrix2D. mtimes(Matrix m)
Matrix
ColtDenseDoubleMatrix2D. plus(Matrix m)
Matrix
ColtDenseDoubleMatrix2D. solve(Matrix b)
Matrix
ColtSparseDoubleMatrix2D. solve(Matrix b)
Matrix
ColtDenseDoubleMatrix2D. solveSPD(Matrix b)
Matrix
ColtSparseDoubleMatrix2D. solveSPD(Matrix b)
Constructors in org.ujmp.colt with parameters of type Matrix Constructor Description ColtDenseDoubleMatrix2D(Matrix source)
ColtSparseDoubleMatrix2D(Matrix source)
-
Uses of Matrix in org.ujmp.colt.benchmark
Methods in org.ujmp.colt.benchmark with parameters of type Matrix Modifier and Type Method Description DoubleMatrix2D
ColtDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
DoubleMatrix2D
ColtSparseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
-
Uses of Matrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement Matrix Modifier and Type Class Description class
AbstractCommonsMathDenseDoubleMatrix2D
class
CommonsMathArrayDenseDoubleMatrix2D
class
CommonsMathBlockDenseDoubleMatrix2D
Methods in org.ujmp.commonsmath that return Matrix Modifier and Type Method Description Matrix
AbstractCommonsMathDenseDoubleMatrix2D. chol()
Matrix
CommonsMathArrayDenseDoubleMatrix2D. chol()
Matrix
CommonsMathBlockDenseDoubleMatrix2D. chol()
Matrix
CommonsMathDenseDoubleMatrix2DFactory. dense(org.apache.commons.math3.linear.RealMatrix matrix)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. divide(double value)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. divide(double value)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. divide(double value)
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D. eig()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D. eig()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D. eig()
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. inv()
Matrix
CommonsMathArrayDenseDoubleMatrix2D. inv()
Matrix
CommonsMathBlockDenseDoubleMatrix2D. inv()
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. invSPD()
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D. lu()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D. lu()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D. lu()
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. minus(double value)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. minus(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. minus(double value)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. minus(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. minus(double value)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. minus(Matrix m)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. mtimes(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. plus(double value)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. plus(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. plus(double value)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. plus(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. plus(double value)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. plus(Matrix m)
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D. qr()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D. qr()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D. qr()
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. solve(Matrix b)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. solve(Matrix b)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. solve(Matrix b)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. solveSPD(Matrix b)
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D. svd()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D. svd()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D. svd()
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. times(double value)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. times(double value)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. times(double value)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. transpose()
Matrix
CommonsMathArrayDenseDoubleMatrix2D. transpose()
Matrix
CommonsMathBlockDenseDoubleMatrix2D. transpose()
Methods in org.ujmp.commonsmath with parameters of type Matrix Modifier and Type Method Description Matrix
AbstractCommonsMathDenseDoubleMatrix2D. minus(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. minus(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. minus(Matrix m)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. mtimes(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. plus(Matrix m2)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. plus(Matrix m)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. plus(Matrix m)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. solve(Matrix b)
Matrix
CommonsMathArrayDenseDoubleMatrix2D. solve(Matrix b)
Matrix
CommonsMathBlockDenseDoubleMatrix2D. solve(Matrix b)
Matrix
AbstractCommonsMathDenseDoubleMatrix2D. solveSPD(Matrix b)
Constructors in org.ujmp.commonsmath with parameters of type Matrix Constructor Description CommonsMathArrayDenseDoubleMatrix2D(Matrix source)
CommonsMathBlockDenseDoubleMatrix2D(Matrix source)
PairedTTest(Matrix matrix)
-
Uses of Matrix in org.ujmp.commonsmath.benchmark
Methods in org.ujmp.commonsmath.benchmark with parameters of type Matrix Modifier and Type Method Description DoubleMatrix2D
CommonsMathArrayDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
DoubleMatrix2D
CommonsMathBlockDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
-
Uses of Matrix in org.ujmp.core
Subinterfaces of Matrix in org.ujmp.core Modifier and Type Interface Description interface
DenseMatrix
interface
DenseMatrix2D
interface
DenseMatrixMultiD
interface
Matrix2D
interface
MatrixMultiD
interface
SparseMatrix
interface
SparseMatrix2D
interface
SparseMatrixMultiD
Classes in org.ujmp.core that implement Matrix Modifier and Type Class Description class
AbstractMatrix
Methods in org.ujmp.core that return Matrix Modifier and Type Method Description Matrix
AbstractMatrix. abs(Calculation.Ret returnType)
Matrix
AbstractMatrix. addMissing(Calculation.Ret returnType, int dimension, double... percentMissing)
Matrix
AbstractMatrix. and(Calculation.Ret returnType, boolean value)
Matrix
AbstractMatrix. and(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. append(Calculation.Ret returnType, int dimension, Matrix... matrices)
Matrix
AbstractMatrix. appendHorizontally(Calculation.Ret returnType, Matrix... matrices)
Matrix
AbstractMatrix. appendVertically(Calculation.Ret returnType, Matrix... matrices)
Matrix
AbstractMatrix. atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Matrix
AbstractMatrix. bootstrap(Calculation.Ret returnType)
Matrix
AbstractMatrix. bootstrap(Calculation.Ret returnType, int count)
Matrix
AbstractMatrix. ceil(Calculation.Ret returnType)
Matrix
AbstractMatrix. center(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix
AbstractMatrix. chol()
Matrix
AbstractMatrix. clone()
Matrix
Matrix. clone()
Matrix
AbstractMatrix. convert(ValueType newValueType)
Matrix
AbstractMatrix. convertEncoding(Calculation.Ret returnType, java.lang.String encoding)
Matrix
AbstractMatrix. corrcoef(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection)
Matrix
AbstractMatrix. cos(Calculation.Ret returnType)
Matrix
AbstractMatrix. cosh(Calculation.Ret returnType)
Matrix
AbstractMatrix. cosineSimilarity(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
AbstractMatrix. countMissing(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. cov(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection)
Matrix
AbstractMatrix. cumprod(boolean ignoreNaN)
Matrix
AbstractMatrix. cumsum(boolean ignoreNaN)
Matrix
AbstractMatrix. delete(Calculation.Ret returnType, long[]... selection)
Matrix
AbstractMatrix. delete(Calculation.Ret returnType, java.lang.String selection)
Matrix
AbstractMatrix. delete(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number>... selection)
Matrix
AbstractMatrix. deleteColumns(Calculation.Ret returnType, long... columns)
Matrix
AbstractMatrix. deleteColumns(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> columns)
Matrix
AbstractMatrix. deleteColumnsWithMissingValues(Calculation.Ret returnType)
Matrix
AbstractMatrix. deleteRows(Calculation.Ret returnType, long... rows)
Matrix
AbstractMatrix. deleteRows(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> rows)
Matrix
AbstractMatrix. deleteRowsWithMissingValues(Calculation.Ret returnType, long threshold)
Matrix
AbstractMatrix. diag(Calculation.Ret returnType)
Matrix
AbstractMatrix. diff(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix
AbstractMatrix. discretize(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins)
Matrix
AbstractMatrix. discretize(Calculation.Ret returnType, Dictionary dictionary)
Matrix
AbstractMatrix. discretizeToBoolean(int targetColumnCount)
Matrix
AbstractMatrix. discretizeToColumns(long column)
Matrix
AbstractMatrix. divide(double divisor)
Matrix
AbstractMatrix. divide(Calculation.Ret returnType, boolean ignoreNaN, double factor)
Matrix
AbstractMatrix. divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
Matrix
AbstractMatrix. divide(Matrix m)
Matrix[]
AbstractMatrix. eig()
Matrix[]
AbstractMatrix. eigSymm()
Matrix
AbstractMatrix. eq(Calculation.Ret returnType, java.lang.Object value)
Matrix
AbstractMatrix. eq(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. euklideanDistance(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
AbstractMatrix. exp(Calculation.Ret returnType)
Matrix
AbstractMatrix. extractAnnotation(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. eye(Calculation.Ret ret)
Matrix
AbstractMatrix. fadeIn(Calculation.Ret ret, int dimension)
Matrix
AbstractMatrix. fadeOut(Calculation.Ret ret, int dimension)
Matrix
AbstractMatrix. fill(Calculation.Ret ret, java.lang.Object value)
Matrix
AbstractMatrix. flipdim(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. floor(Calculation.Ret returnType)
Matrix
AbstractMatrix. ge(Calculation.Ret returnType, double value)
Matrix
AbstractMatrix. ge(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. getAsMatrix(long... coordinates)
Matrix
AbstractMatrix. getMetaDataDimensionMatrix(int dimension)
Matrix
AbstractMatrix. getMetaDataMatrix(java.lang.Object key)
Matrix
AbstractMatrix. ginv()
Matrix
AbstractMatrix. grayScale(Calculation.Ret returnType, GrayScale.ColorChannel colorChannel)
Matrix
AbstractMatrix. gt(Calculation.Ret returnType, double value)
Matrix
AbstractMatrix. gt(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. impute(Calculation.Ret returnType, Impute.ImputationMethod method, java.lang.Object... parameters)
Matrix
AbstractMatrix. includeAnnotation(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. indexOfMax(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. indexOfMin(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. inv()
Matrix
AbstractMatrix. invSPD()
Matrix
AbstractMatrix. invSymm()
Matrix
AbstractMatrix. le(Calculation.Ret returnType, double value)
Matrix
AbstractMatrix. le(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. log(Calculation.Ret returnType)
Matrix
AbstractMatrix. log10(Calculation.Ret returnType)
Matrix
AbstractMatrix. log2(Calculation.Ret returnType)
Matrix
AbstractMatrix. logistic(Calculation.Ret returnType)
Matrix
AbstractMatrix. lowerCase(Calculation.Ret returnType)
Matrix
AbstractMatrix. lt(Calculation.Ret returnType, double value)
Matrix
AbstractMatrix. lt(Calculation.Ret returnType, Matrix matrix)
Matrix[]
AbstractMatrix. lu()
Matrix
AbstractMatrix. manhattenDistance(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
AbstractMatrix. max(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. mean(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix
AbstractMatrix. min(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. minkowskiDistance(Calculation.Ret returnType, double p, boolean ignoreNaN)
Matrix
AbstractMatrix. minus(double value)
Matrix
AbstractMatrix. minus(Calculation.Ret returnType, boolean ignoreNaN, double v)
Matrix
AbstractMatrix. minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Matrix
AbstractMatrix. minus(Matrix m)
Matrix
AbstractMatrix. mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Matrix
AbstractMatrix. mtimes(Matrix matrix)
Matrix
AbstractMatrix. mutualInf(Calculation.Ret returnType)
Matrix
AbstractMatrix. nans(Calculation.Ret ret)
Matrix
AbstractMatrix. ne(Calculation.Ret returnType, java.lang.Object value)
Matrix
AbstractMatrix. ne(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. normalize(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. not(Calculation.Ret returnType)
Matrix
AbstractMatrix. ones(Calculation.Ret ret)
Matrix
AbstractMatrix. or(Calculation.Ret returnType, boolean value)
Matrix
AbstractMatrix. or(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. pairedTTest(Calculation.Ret returnType)
Matrix
AbstractMatrix. pinv()
Matrix
AbstractMatrix. pinv(int k)
Matrix
AbstractMatrix. plus(double value)
Matrix
AbstractMatrix. plus(Calculation.Ret returnType, boolean ignoreNaN, double v)
Matrix
AbstractMatrix. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Matrix
AbstractMatrix. plus(Matrix m)
Matrix
AbstractMatrix. power(Calculation.Ret returnType, double power)
Matrix
AbstractMatrix. power(Calculation.Ret returnType, Matrix power)
Matrix
AbstractMatrix. princomp()
Matrix
AbstractMatrix. prod(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix[]
AbstractMatrix. qr()
Matrix
AbstractMatrix. rand(Calculation.Ret ret)
Matrix
AbstractMatrix. randn(Calculation.Ret ret)
Matrix
AbstractMatrix. removePunctuation(Calculation.Ret ret)
Matrix
AbstractMatrix. removeWords(Calculation.Ret ret, java.util.Collection<java.lang.String> words)
Matrix
AbstractMatrix. replace(Calculation.Ret returnType, java.lang.Object search, java.lang.Object replacement)
Matrix
AbstractMatrix. replaceMissingBy(Matrix matrix)
Matrix
AbstractMatrix. replaceRegex(Calculation.Ret returnType, java.lang.String search, java.lang.String replacement)
Matrix
AbstractMatrix. replaceRegex(Calculation.Ret returnType, java.util.regex.Pattern search, java.lang.String replacement)
Matrix
AbstractMatrix. reshape(Calculation.Ret returnType, long... newSize)
Matrix
AbstractMatrix. round(Calculation.Ret returnType)
Matrix
AbstractMatrix. select(Calculation.Ret returnType, long[]... selection)
Matrix
AbstractMatrix. select(Calculation.Ret returnType, java.lang.String selection)
Matrix
AbstractMatrix. select(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number>... selection)
Matrix
AbstractMatrix. selectColumns(Calculation.Ret returnType, long... columns)
Matrix
AbstractMatrix. selectColumns(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> columns)
Matrix
AbstractMatrix. selectRows(Calculation.Ret returnType, long... rows)
Matrix
AbstractMatrix. selectRows(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> rows)
Matrix
AbstractMatrix. setContent(Calculation.Ret returnType, Matrix newContent, long... position)
Matrix
AbstractMatrix. shuffle(Calculation.Ret returnType)
Matrix
AbstractMatrix. sign(Calculation.Ret returnType)
Matrix
AbstractMatrix. sin(Calculation.Ret returnType)
Matrix
AbstractMatrix. sinh(Calculation.Ret returnType)
Matrix
AbstractMatrix. solve(Matrix b)
Matrix
AbstractMatrix. solveSPD(Matrix b)
Matrix
AbstractMatrix. solveSymm(Matrix b)
Matrix
AbstractMatrix. sortrows(Calculation.Ret returnType, long column, boolean reverse)
Matrix
AbstractMatrix. sqrt(Calculation.Ret returnType)
Matrix
AbstractMatrix. squeeze(Calculation.Ret returnType)
Matrix
AbstractMatrix. standardize(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. std(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection)
Matrix
AbstractMatrix. stem(Calculation.Ret ret)
Matrix
AbstractMatrix. subMatrix(Calculation.Ret returnType, long... startAndEndCoordinates)
Matrix
AbstractMatrix. sum(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix[]
AbstractMatrix. svd()
Matrix[]
AbstractMatrix. svd(int k)
Matrix
AbstractMatrix. swap(Calculation.Ret returnType, int dimension, long pos1, long pos2)
Matrix
AbstractMatrix. tan(Calculation.Ret returnType)
Matrix
AbstractMatrix. tanh()
Matrix
AbstractMatrix. tanh(Calculation.Ret returnType)
Matrix
AbstractMatrix. tfIdf(boolean calculateTf, boolean calculateIdf, boolean normalize)
Matrix
AbstractMatrix. times(double factor)
Matrix
AbstractMatrix. times(Calculation.Ret returnType, boolean ignoreNaN, double factor)
Matrix
AbstractMatrix. times(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
Matrix
AbstractMatrix. times(Matrix m)
Matrix
AbstractMatrix. toColumnVector(Calculation.Ret returnType)
Matrix
AbstractMatrix. toRowVector(Calculation.Ret returnType)
Matrix
AbstractMatrix. translate(Calculation.Ret returnType, java.lang.String sourceLanguage, java.lang.String targetLanguage)
Matrix
AbstractMatrix. transpose()
Matrix
AbstractMatrix. transpose(Calculation.Ret returnType)
Matrix
AbstractMatrix. transpose(Calculation.Ret returnType, int dimension1, int dimension2)
Matrix
AbstractMatrix. tril(Calculation.Ret returnType, int k)
Matrix
AbstractMatrix. triu(Calculation.Ret returnType, int k)
Matrix
AbstractMatrix. unique(Calculation.Ret returnType)
Matrix
AbstractMatrix. uniqueValueCount(Calculation.Ret returnType, int dimension)
Matrix
AbstractMatrix. upperCase(Calculation.Ret returnType)
Matrix
AbstractMatrix. var(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection)
Matrix
AbstractMatrix. xor(Calculation.Ret returnType, boolean value)
Matrix
AbstractMatrix. xor(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. zeros(Calculation.Ret ret)
Methods in org.ujmp.core that return types with arguments of type Matrix Modifier and Type Method Description java.util.List<Matrix>
AbstractMatrix. getColumnList()
BaseMatrixFactory<? extends Matrix>
AbstractMatrix. getFactory()
java.util.List<Matrix>
AbstractMatrix. getRowList()
Methods in org.ujmp.core with parameters of type Matrix Modifier and Type Method Description Matrix
AbstractMatrix. and(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. append(Calculation.Ret returnType, int dimension, Matrix... matrices)
Matrix
AbstractMatrix. appendHorizontally(Calculation.Ret returnType, Matrix... matrices)
Matrix
AbstractMatrix. appendVertically(Calculation.Ret returnType, Matrix... matrices)
Matrix
AbstractMatrix. atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
double
AbstractMatrix. chebyshevDistanceTo(Matrix m, boolean ignoreNaN)
int
AbstractMatrix. compareTo(Matrix m)
double
AbstractMatrix. cosineSimilarityTo(Matrix m, boolean ignoreNaN)
Matrix
AbstractMatrix. divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
Matrix
AbstractMatrix. divide(Matrix m)
Matrix
AbstractMatrix. eq(Calculation.Ret returnType, Matrix matrix)
double
AbstractMatrix. euklideanDistanceTo(Matrix m, boolean ignoreNaN)
Matrix
AbstractMatrix. ge(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. gt(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. le(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. lt(Calculation.Ret returnType, Matrix matrix)
double
AbstractMatrix. manhattenDistanceTo(Matrix m, boolean ignoreNaN)
double
AbstractMatrix. minkowskiDistanceTo(Matrix m, double p, boolean ignoreNaN)
Matrix
AbstractMatrix. minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Matrix
AbstractMatrix. minus(Matrix m)
Matrix
AbstractMatrix. mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Matrix
AbstractMatrix. mtimes(Matrix matrix)
Matrix
AbstractMatrix. ne(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. or(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractMatrix. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Matrix
AbstractMatrix. plus(Matrix m)
Matrix
AbstractMatrix. power(Calculation.Ret returnType, Matrix power)
Matrix
AbstractMatrix. replaceMissingBy(Matrix matrix)
void
AbstractMatrix. setAsMatrix(Matrix m, long... coordinates)
Matrix
AbstractMatrix. setContent(Calculation.Ret returnType, Matrix newContent, long... position)
void
AbstractMatrix. setMetaDataDimensionMatrix(int dimension, Matrix matrix)
Matrix
AbstractMatrix. solve(Matrix b)
Matrix
AbstractMatrix. solveSPD(Matrix b)
Matrix
AbstractMatrix. solveSymm(Matrix b)
Matrix
AbstractMatrix. times(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor)
Matrix
AbstractMatrix. times(Matrix m)
Matrix
AbstractMatrix. xor(Calculation.Ret returnType, Matrix matrix)
-
Uses of Matrix in org.ujmp.core.annotation
Methods in org.ujmp.core.annotation that return Matrix Modifier and Type Method Description Matrix
HasMetaData. getMetaDataDimensionMatrix(int dimension)
Matrix
HasMetaData. getMetaDataMatrix(java.lang.Object key)
Methods in org.ujmp.core.annotation with parameters of type Matrix Modifier and Type Method Description void
HasMetaData. setMetaDataDimensionMatrix(int dimension, Matrix matrix)
-
Uses of Matrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement Matrix Modifier and Type Class Description class
BenchmarkConfig
Fields in org.ujmp.core.benchmark with type parameters of type Matrix Modifier and Type Field Description private java.lang.Class<? extends Matrix>
AbstractBenchmarkTask. matrixClass
Methods in org.ujmp.core.benchmark with parameters of type Matrix Modifier and Type Method Description abstract DoubleMatrix2D
AbstractMatrix2DBenchmark. createMatrix(Matrix source)
DoubleMatrix2D
ArrayDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
static DoubleMatrix2D
BenchmarkUtil. createMatrix(java.lang.Class<? extends Matrix> matrixClass, Matrix source)
DoubleMatrix2D
BlockDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
DoubleMatrix2D
DefaultDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
static double
BenchmarkUtil. difference(Matrix m1, Matrix m2)
static java.math.BigDecimal
BenchmarkUtil. normF(Matrix m)
static void
BenchmarkUtil. randPositiveDefinite(long benchmarkSeed, int run, int id, Matrix matrix)
Method parameters in org.ujmp.core.benchmark with type arguments of type Matrix Modifier and Type Method Description static DoubleMatrix2D
BenchmarkUtil. createMatrix(java.lang.Class<? extends Matrix> matrixClass, long... size)
static DoubleMatrix2D
BenchmarkUtil. createMatrix(java.lang.Class<? extends Matrix> matrixClass, Matrix source)
abstract BenchmarkResult
AbstractBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
CholBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
EigBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
InvBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
InvSPDBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
LUBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
MtimesBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
PlusMatrixBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
QRBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
SolveSquareBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
SolveTallBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
SVDBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
TimesScalarBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
BenchmarkResult
TransposeBenchmarkTask. task(java.lang.Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size)
Constructor parameters in org.ujmp.core.benchmark with type arguments of type Matrix Constructor Description AbstractBenchmarkTask(long benchmarkSeed, java.lang.Class<? extends Matrix> matrixClass, java.util.List<long[]> sizes, BenchmarkConfig config)
-
Uses of Matrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of Matrix in org.ujmp.core.bigdecimalmatrix Modifier and Type Interface Description interface
BaseBigDecimalMatrix
interface
BigDecimalMatrix
interface
BigDecimalMatrix2D
interface
BigDecimalMatrixMultiD
interface
DenseBigDecimalMatrix
interface
DenseBigDecimalMatrix2D
interface
DenseBigDecimalMatrixMultiD
interface
SparseBigDecimalMatrix
interface
SparseBigDecimalMatrix2D
interface
SparseBigDecimalMatrixMultiD
-
Uses of Matrix in org.ujmp.core.bigdecimalmatrix.calculation
Methods in org.ujmp.core.bigdecimalmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractBigDecimalCalculation. calcOrig()
Constructors in org.ujmp.core.bigdecimalmatrix.calculation with parameters of type Matrix Constructor Description AbstractBigDecimalCalculation(int dimension, Matrix... sources)
AbstractBigDecimalCalculation(Matrix... sources)
ToBigDecimalMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.bigdecimalmatrix.impl
Classes in org.ujmp.core.bigdecimalmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseBigDecimalMatrix2D
class
BigDecimalCalculationMatrix
class
DefaultDenseBigDecimalMatrix2D
class
DefaultSparseBigDecimalMatrix
Constructors in org.ujmp.core.bigdecimalmatrix.impl with parameters of type Matrix Constructor Description DefaultDenseBigDecimalMatrix2D(Matrix m)
DefaultSparseBigDecimalMatrix(Matrix m)
DefaultSparseBigDecimalMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix
class
AbstractDenseBigDecimalMatrix2D
class
AbstractSparseBigDecimalMatrix
class
AbstractSparseBigDecimalMatrix2D
-
Uses of Matrix in org.ujmp.core.bigintegermatrix
Subinterfaces of Matrix in org.ujmp.core.bigintegermatrix Modifier and Type Interface Description interface
BaseBigIntegerMatrix
interface
BigIntegerMatrix
interface
BigIntegerMatrix2D
interface
BigIntegerMatrixMultiD
interface
DenseBigIntegerMatrix
interface
DenseBigIntegerMatrix2D
interface
SparseBigIntegerMatrix
interface
SparseBigIntegerMatrix2D
-
Uses of Matrix in org.ujmp.core.bigintegermatrix.calculation
Methods in org.ujmp.core.bigintegermatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractBigIntegerCalculation. calcOrig()
Constructors in org.ujmp.core.bigintegermatrix.calculation with parameters of type Matrix Constructor Description AbstractBigIntegerCalculation(int dimension, Matrix... sources)
AbstractBigIntegerCalculation(Matrix... sources)
ToBigIntegerMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.bigintegermatrix.impl
Classes in org.ujmp.core.bigintegermatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseBigIntegerMatrix2D
class
BigIntegerCalculationMatrix
class
DefaultDenseBigIntegerMatrix2D
class
DefaultSparseBigIntegerMatrix
Constructors in org.ujmp.core.bigintegermatrix.impl with parameters of type Matrix Constructor Description DefaultSparseBigIntegerMatrix(Matrix m)
DefaultSparseBigIntegerMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix
class
AbstractDenseBigIntegerMatrix2D
class
AbstractSparseBigIntegerMatrix
class
AbstractSparseBigIntegerMatrix2D
-
Uses of Matrix in org.ujmp.core.booleanmatrix
Subinterfaces of Matrix in org.ujmp.core.booleanmatrix Modifier and Type Interface Description interface
BaseBooleanMatrix
interface
BooleanMatrix
interface
BooleanMatrix2D
interface
DenseBooleanMatrix
interface
DenseBooleanMatrix2D
interface
SparseBooleanMatrix
interface
SparseBooleanMatrix2D
-
Uses of Matrix in org.ujmp.core.booleanmatrix.calculation
Methods in org.ujmp.core.booleanmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
BooleanCalculations. and(Calculation.Ret returnType, boolean value)
Matrix
BooleanCalculations. and(Calculation.Ret returnType, Matrix matrix)
Matrix
AbstractBooleanCalculation. calcOrig()
Matrix
BooleanCalculations. eq(Calculation.Ret returnType, java.lang.Object value)
Matrix
BooleanCalculations. eq(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. ge(Calculation.Ret returnType, double value)
Matrix
BooleanCalculations. ge(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. gt(Calculation.Ret returnType, double value)
Matrix
BooleanCalculations. gt(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. le(Calculation.Ret returnType, double value)
Matrix
BooleanCalculations. le(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. lt(Calculation.Ret returnType, double value)
Matrix
BooleanCalculations. lt(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. ne(Calculation.Ret returnType, java.lang.Object value)
Matrix
BooleanCalculations. ne(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. not(Calculation.Ret returnType)
Matrix
BooleanCalculations. or(Calculation.Ret returnType, boolean value)
Matrix
BooleanCalculations. or(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. xor(Calculation.Ret returnType, boolean value)
Matrix
BooleanCalculations. xor(Calculation.Ret returnType, Matrix matrix)
Methods in org.ujmp.core.booleanmatrix.calculation with parameters of type Matrix Modifier and Type Method Description Matrix
BooleanCalculations. and(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. eq(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. ge(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. gt(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. le(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. lt(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. ne(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. or(Calculation.Ret returnType, Matrix matrix)
Matrix
BooleanCalculations. xor(Calculation.Ret returnType, Matrix matrix)
Constructors in org.ujmp.core.booleanmatrix.calculation with parameters of type Matrix Constructor Description AbstractBooleanCalculation(int dimension, Matrix... sources)
AbstractBooleanCalculation(Matrix... sources)
And(boolean v1, Matrix m2)
And(Matrix m1, boolean v2)
And(Matrix m1, Matrix m2)
Eq(java.lang.Object v1, Matrix m2)
Eq(Matrix m1, java.lang.Object v2)
Eq(Matrix m1, Matrix m2)
Ge(double v1, Matrix m2)
Ge(Matrix m1, double v2)
Ge(Matrix m1, Matrix m2)
Gt(double v1, Matrix m2)
Gt(Matrix m1, double v2)
Gt(Matrix m1, Matrix m2)
Le(double v1, Matrix m2)
Le(Matrix m1, double v2)
Le(Matrix m1, Matrix m2)
Lt(double v1, Matrix m2)
Lt(Matrix m1, double v2)
Lt(Matrix m1, Matrix m2)
Ne(java.lang.Object v1, Matrix m2)
Ne(Matrix m1, java.lang.Object v2)
Ne(Matrix m1, Matrix m2)
Not(Matrix m)
Or(boolean v1, Matrix m2)
Or(Matrix m1, boolean v2)
Or(Matrix m1, Matrix m2)
ToBooleanMatrix(Matrix matrix)
Xor(boolean v1, Matrix m2)
Xor(Matrix m1, boolean v2)
Xor(Matrix m1, Matrix m2)
-
Uses of Matrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseBooleanMatrix2D
class
BitSetDenseBooleanMatrix2D
class
BooleanCalculationMatrix
class
DefaultSparseBooleanMatrix
Methods in org.ujmp.core.booleanmatrix.impl that return Matrix Modifier and Type Method Description Matrix
ArrayDenseBooleanMatrix2D. transpose()
Constructors in org.ujmp.core.booleanmatrix.impl with parameters of type Matrix Constructor Description DefaultSparseBooleanMatrix(Matrix m)
DefaultSparseBooleanMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractBooleanMatrix
class
AbstractDenseBooleanMatrix
class
AbstractDenseBooleanMatrix2D
class
AbstractSparseBooleanMatrix
class
AbstractSparseBooleanMatrix2D
-
Uses of Matrix in org.ujmp.core.bytearraymatrix
Subinterfaces of Matrix in org.ujmp.core.bytearraymatrix Modifier and Type Interface Description interface
ByteArrayMatrix
interface
ByteArrayMatrix2D
interface
DenseByteArrayMatrix
interface
DenseByteArrayMatrix2D
interface
SparseByteArrayMatrix
interface
SparseByteArrayMatrix2D
-
Uses of Matrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractByteArrayMatrix
class
AbstractDenseByteArrayMatrix
class
AbstractDenseByteArrayMatrix2D
class
AbstractSparseByteArrayMatrix
class
AbstractSparseByteArrayMatrix2D
-
Uses of Matrix in org.ujmp.core.bytematrix
Subinterfaces of Matrix in org.ujmp.core.bytematrix Modifier and Type Interface Description interface
ByteMatrix
interface
ByteMatrix2D
interface
DenseByteMatrix
interface
DenseByteMatrix2D
interface
SparseByteMatrix
interface
SparseByteMatrix2D
-
Uses of Matrix in org.ujmp.core.bytematrix.calculation
Methods in org.ujmp.core.bytematrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractByteCalculation. calcOrig()
Constructors in org.ujmp.core.bytematrix.calculation with parameters of type Matrix Constructor Description AbstractByteCalculation(int dimension, Matrix... sources)
AbstractByteCalculation(Matrix... sources)
ToByteMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.bytematrix.impl
Classes in org.ujmp.core.bytematrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseByteMatrix2D
class
ByteCalculationMatrix
class
DefaultDenseByteMatrix2D
class
DefaultSparseByteMatrix
Methods in org.ujmp.core.bytematrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseByteMatrix2D. copy()
Matrix
DefaultDenseByteMatrix2D. divide(double v)
Matrix
DefaultDenseByteMatrix2D. minus(double v)
Matrix
DefaultDenseByteMatrix2D. plus(double v)
Matrix
DefaultDenseByteMatrix2D. times(double v)
Matrix
ArrayDenseByteMatrix2D. transpose()
Matrix
DefaultDenseByteMatrix2D. transpose()
Constructors in org.ujmp.core.bytematrix.impl with parameters of type Matrix Constructor Description DefaultDenseByteMatrix2D(Matrix m)
DefaultSparseByteMatrix(Matrix m)
DefaultSparseByteMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement Matrix Modifier and Type Class Description class
AbstractByteMatrix
class
AbstractDenseByteMatrix
class
AbstractDenseByteMatrix2D
class
AbstractSparseByteMatrix
class
AbstractSparseByteMatrix2D
-
Uses of Matrix in org.ujmp.core.calculation
Fields in org.ujmp.core.calculation declared as Matrix Modifier and Type Field Description private Matrix[]
AbstractCalculation. sources
Methods in org.ujmp.core.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractCalculation. calc(Calculation.Ret returnType)
Matrix
Calculation. calc(Calculation.Ret returnType)
Matrix
Calculation. calcLink()
Matrix
Calculation. calcNew()
Matrix
Calculation. calcOrig()
Matrix
AbstractCalculation. getSource()
Matrix
Calculation. getSource()
Matrix[]
AbstractCalculation. getSources()
Matrix[]
Calculation. getSources()
Methods in org.ujmp.core.calculation with parameters of type Matrix Modifier and Type Method Description void
DivideMatrixMatrix. calc(Matrix source1, Matrix source2, Matrix target)
void
DivideScalarMatrix. calc(Matrix source, double divisor, Matrix target)
void
DivideScalarMatrix. calc(Matrix source, java.math.BigDecimal divisor, Matrix target)
void
MinusMatrixMatrix. calc(Matrix source1, Matrix source2, Matrix target)
void
MinusScalarMatrix. calc(Matrix source, double value, Matrix target)
void
MinusScalarMatrix. calc(Matrix source, java.math.BigDecimal value, Matrix target)
void
MtimesMatrix. calc(Matrix source1, Matrix source2, Matrix target)
void
MtimesSparseMatrix1. calc(SparseMatrix source1, Matrix source2, Matrix target)
void
MtimesSparseMatrix2. calc(Matrix source1, SparseMatrix source2, Matrix target)
void
MtimesSparseMatrixBoth. calc(SparseMatrix source1, SparseMatrix source2, Matrix target)
void
PlusMatrixMatrix. calc(Matrix source1, Matrix source2, Matrix target)
void
PlusScalarMatrix. calc(Matrix source, double value, Matrix target)
void
PlusScalarMatrix. calc(Matrix source, java.math.BigDecimal value, Matrix target)
void
TimesMatrixMatrix. calc(Matrix source1, Matrix source2, Matrix target)
void
TimesScalarMatrix. calc(Matrix source, double factor, Matrix target)
void
TimesScalarMatrix. calc(Matrix source, java.math.BigDecimal factor, Matrix target)
void
TransposeMatrix. calc(Matrix source, Matrix target)
private void
MtimesMatrix. gemm(Matrix A, Matrix B, Matrix C)
Constructors in org.ujmp.core.calculation with parameters of type Matrix Constructor Description AbstractCalculation(int dimension, Matrix... sources)
AbstractCalculation(Matrix... sources)
-
Uses of Matrix in org.ujmp.core.charmatrix
Subinterfaces of Matrix in org.ujmp.core.charmatrix Modifier and Type Interface Description interface
CharMatrix
interface
CharMatrix2D
interface
DenseCharMatrix
interface
DenseCharMatrix2D
interface
SparseCharMatrix
interface
SparseCharMatrix2D
-
Uses of Matrix in org.ujmp.core.charmatrix.calculation
Methods in org.ujmp.core.charmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractCharCalculation. calcOrig()
Constructors in org.ujmp.core.charmatrix.calculation with parameters of type Matrix Constructor Description AbstractCharCalculation(int dimension, Matrix... sources)
AbstractCharCalculation(Matrix... sources)
ToCharMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.charmatrix.impl
Classes in org.ujmp.core.charmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseCharMatrix2D
class
CharCalculationMatrix
class
DefaultDenseCharMatrix2D
class
DefaultSparseCharMatrix
Methods in org.ujmp.core.charmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseCharMatrix2D. copy()
Matrix
DefaultDenseCharMatrix2D. divide(double v)
Matrix
DefaultDenseCharMatrix2D. minus(double v)
Matrix
DefaultDenseCharMatrix2D. plus(double v)
Matrix
DefaultDenseCharMatrix2D. times(double v)
Matrix
ArrayDenseCharMatrix2D. transpose()
Matrix
DefaultDenseCharMatrix2D. transpose()
Constructors in org.ujmp.core.charmatrix.impl with parameters of type Matrix Constructor Description DefaultDenseCharMatrix2D(Matrix m)
DefaultSparseCharMatrix(Matrix m)
DefaultSparseCharMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractCharMatrix
class
AbstractDenseCharMatrix
class
AbstractDenseCharMatrix2D
class
AbstractSparseCharMatrix
class
AbstractSparseCharMatrix2D
-
Uses of Matrix in org.ujmp.core.collections.list
Classes in org.ujmp.core.collections.list that implement Matrix Modifier and Type Class Description class
AbstractMapMatrixList<K,V>
-
Uses of Matrix in org.ujmp.core.doublematrix
Subinterfaces of Matrix in org.ujmp.core.doublematrix Modifier and Type Interface Description interface
BaseDoubleMatrix
interface
DenseDoubleMatrix
interface
DenseDoubleMatrix2D
interface
DenseDoubleMatrixMultiD
interface
DoubleMatrix
interface
DoubleMatrix2D
interface
DoubleMatrixMultiD
interface
SparseDoubleMatrix
interface
SparseDoubleMatrix2D
interface
SparseDoubleMatrixMultiD
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation
Methods in org.ujmp.core.doublematrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractDoubleCalculation. calcNew()
Matrix
AbstractDoubleCalculation. calcOrig()
Constructors in org.ujmp.core.doublematrix.calculation with parameters of type Matrix Constructor Description AbstractDoubleCalculation(int dimension, Matrix... sources)
AbstractDoubleCalculation(Matrix... sources)
ToDoubleMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.basic
Methods in org.ujmp.core.doublematrix.calculation.basic that return Matrix Modifier and Type Method Description Matrix
BasicDoubleCalculations. atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Performs an averaging matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. divide(double value)
Divides every entry in the matrix by a scalar.Matrix
BasicDoubleCalculations. divide(Calculation.Ret returnType, boolean ignoreNaN, double value)
Divides every entry in the matrix by a scalar.Matrix
BasicDoubleCalculations. divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
Divides every entry in the matrix by the entries of another matrix.Matrix
BasicDoubleCalculations. divide(Matrix matrix)
Calculates an entrywise division of the two matrices.Matrix
BasicDoubleCalculations. minus(double value)
Subtracts a specified value from all entries in the matrix.Matrix
BasicDoubleCalculations. minus(Calculation.Ret returnType, boolean ignoreNaN, double value)
Subtracts a specified value from all entries in the matrix.Matrix
BasicDoubleCalculations. minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Calculates the difference of the entries in both matricesMatrix
BasicDoubleCalculations. minus(Matrix matrix)
Calculates the difference of the entries in both matricesMatrix
BasicDoubleCalculations. mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Performs a matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. mtimes(Matrix matrix)
Performs a matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. plus(double value)
Adds a specified value to all entries in the matrix.Matrix
BasicDoubleCalculations. plus(Calculation.Ret returnType, boolean ignoreNaN, double value)
Adds a specified value from all entries in the matrix.Matrix
BasicDoubleCalculations. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Calculates the sum of the entries in both matricesMatrix
BasicDoubleCalculations. plus(Matrix matrix)
Calculates the sum of the entries in both matricesMatrix
BasicDoubleCalculations. times(double value)
Multiplies every entry in the matrix with a scalar.Matrix
BasicDoubleCalculations. times(Calculation.Ret returnType, boolean ignoreNaN, double value)
Multiplies every entry in the matrix with a scalar.Matrix
BasicDoubleCalculations. times(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
Multiplies every entry in the matrix with the entries of another Matrix.Matrix
BasicDoubleCalculations. times(Matrix matrix)
Calculates the entrywise product of the two matrices.Methods in org.ujmp.core.doublematrix.calculation.basic with parameters of type Matrix Modifier and Type Method Description Matrix
BasicDoubleCalculations. atimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Performs an averaging matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. divide(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
Divides every entry in the matrix by the entries of another matrix.Matrix
BasicDoubleCalculations. divide(Matrix matrix)
Calculates an entrywise division of the two matrices.Matrix
BasicDoubleCalculations. minus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Calculates the difference of the entries in both matricesMatrix
BasicDoubleCalculations. minus(Matrix matrix)
Calculates the difference of the entries in both matricesMatrix
BasicDoubleCalculations. mtimes(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Performs a matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. mtimes(Matrix matrix)
Performs a matrix multiplication on the two matrices.Matrix
BasicDoubleCalculations. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix)
Calculates the sum of the entries in both matricesMatrix
BasicDoubleCalculations. plus(Matrix matrix)
Calculates the sum of the entries in both matricesMatrix
BasicDoubleCalculations. times(Calculation.Ret returnType, boolean ignoreNaN, Matrix value)
Multiplies every entry in the matrix with the entries of another Matrix.Matrix
BasicDoubleCalculations. times(Matrix matrix)
Calculates the entrywise product of the two matrices.Constructors in org.ujmp.core.doublematrix.calculation.basic with parameters of type Matrix Constructor Description Atimes(boolean ignoreNaN, Matrix m1, Matrix m2)
DivideMatrix(boolean ignoreNaN, Matrix m1, Matrix m2)
DivideMatrix(Matrix m1, Matrix m2)
DivideScalar(boolean ignoreNaN, Matrix m1, double v)
DivideScalar(Matrix m1, double v)
MinusMatrix(boolean ignoreNaN, Matrix m1, Matrix m2)
MinusMatrix(Matrix m1, Matrix m2)
MinusScalar(boolean ignoreNaN, Matrix m1, double v)
MinusScalar(Matrix m1, double v)
Mtimes(boolean ignoreNaN, Matrix m1, Matrix m2)
PlusMatrix(boolean ignoreNaN, Matrix m1, Matrix m2)
PlusMatrix(Matrix m1, Matrix m2)
PlusScalar(boolean ignoreNaN, Matrix m1, double v)
PlusScalar(Matrix m1, double v)
TimesMatrix(boolean ignoreNaN, Matrix m1, Matrix m2)
TimesMatrix(Matrix m1, Matrix m2)
TimesScalar(boolean ignoreNaN, Matrix m1, double v)
TimesScalar(Matrix m1, double v)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.basic
Methods in org.ujmp.core.doublematrix.calculation.entrywise.basic that return Matrix Modifier and Type Method Description Matrix
BasicEntrywiseDoubleCalculations. abs(Calculation.Ret returnType)
Calculates the absolute values of all entries in a Matrix.Matrix
BasicEntrywiseDoubleCalculations. exp(Calculation.Ret returnType)
Calculates the exponential function for all entries in the Matrix.Matrix
BasicEntrywiseDoubleCalculations. log(Calculation.Ret returnType)
Calculates the natural logarithm of all entries in the Matrix.Matrix
BasicEntrywiseDoubleCalculations. log10(Calculation.Ret returnType)
Calculates the logarithm with basis 10 of all entries in the Matrix.Matrix
BasicEntrywiseDoubleCalculations. log2(Calculation.Ret returnType)
Calculates the logarithm with basis 2 of all entries in the Matrix.Matrix
BasicEntrywiseDoubleCalculations. logistic(Calculation.Ret returnType)
Calculates the logistic function for all entries in the Matrix.Matrix
BasicEntrywiseDoubleCalculations. power(Calculation.Ret returnType, double power)
Calculates this matrix to the power of the given value (entrywise).Matrix
BasicEntrywiseDoubleCalculations. power(Calculation.Ret returnType, Matrix power)
Calculates this matrix to the power of the given matrix (entrywise).Matrix
BasicEntrywiseDoubleCalculations. sign(Calculation.Ret returnType)
Calculates the sign of the entries in a Matrix.Matrix
BasicEntrywiseDoubleCalculations. sqrt(Calculation.Ret returnType)
Calculates the square root of all the entries in a Matrix.Methods in org.ujmp.core.doublematrix.calculation.entrywise.basic with parameters of type Matrix Modifier and Type Method Description Matrix
BasicEntrywiseDoubleCalculations. power(Calculation.Ret returnType, Matrix power)
Calculates this matrix to the power of the given matrix (entrywise).Constructors in org.ujmp.core.doublematrix.calculation.entrywise.basic with parameters of type Matrix Constructor Description Abs(Matrix matrix)
Exp(Matrix matrix)
Log(Matrix matrix)
Log10(Matrix matrix)
Log2(Matrix matrix)
Power(Matrix m1, double v2)
Power(Matrix m1, Matrix m2)
Sign(Matrix matrix)
Sqrt(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.creators
Methods in org.ujmp.core.doublematrix.calculation.entrywise.creators that return Matrix Modifier and Type Method Description Matrix
CreatorDoubleCalculations. eye(Calculation.Ret ret)
Returns a matrix with ones at the diagonal.Matrix
CreatorDoubleCalculations. nans(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to Double.NaN.Matrix
CreatorDoubleCalculations. ones(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to 1.0.Matrix
CreatorDoubleCalculations. rand(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to uniform random values between 0.0 and 1.0.Matrix
CreatorDoubleCalculations. randn(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to random values which are normally distributed with 0.0 mean and 1.0 standard deviation.Matrix
CreatorDoubleCalculations. zeros(Calculation.Ret ret)
Returns a matrix with equal size, where all entries are set to zero.Constructors in org.ujmp.core.doublematrix.calculation.entrywise.creators with parameters of type Matrix Constructor Description Eye(Matrix matrix)
NaNs(Matrix matrix)
Ones(Matrix matrix)
Pascal(Matrix matrix)
Rand(Matrix matrix)
Rand(Matrix matrix, double min, double max)
Randn(Matrix matrix)
Randn(Matrix matrix, double mean, double sigma)
Range(Matrix matrix, double min, double stepSize, double max)
Zeros(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic
Methods in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic that return Matrix Modifier and Type Method Description Matrix
HyperbolicDoubleCalculations. cosh(Calculation.Ret returnType)
Calculates the hyperbolic cosinus of all entries in the matrix.Matrix
HyperbolicDoubleCalculations. sinh(Calculation.Ret returnType)
Calculates the hyperbolic sinus of all entries in the matrix.Matrix
HyperbolicDoubleCalculations. tanh()
Matrix
HyperbolicDoubleCalculations. tanh(Calculation.Ret returnType)
Calculates the hyperbolic tangens of all entries in the matrix.Constructors in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic with parameters of type Matrix Constructor Description Cosh(Matrix matrix)
Sinh(Matrix matrix)
Tanh(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.misc
Methods in org.ujmp.core.doublematrix.calculation.entrywise.misc that return Matrix Modifier and Type Method Description Matrix
MiscEntrywiseDoubleCalculations. grayScale(Calculation.Ret ret, GrayScale.ColorChannel colorChannel)
Constructors in org.ujmp.core.doublematrix.calculation.entrywise.misc with parameters of type Matrix Constructor Description GrayScale(Matrix matrix, GrayScale.ColorChannel colorChannel)
LogisticFunction(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.rounding
Methods in org.ujmp.core.doublematrix.calculation.entrywise.rounding that return Matrix Modifier and Type Method Description Matrix
RoundingDoubleCalculations. ceil(Calculation.Ret returnType)
Returns a matrix with all entries rounded up to the next integer.Matrix
RoundingDoubleCalculations. floor(Calculation.Ret returnType)
Returns a matrix with all entries rounded down to the next integer.Matrix
RoundingDoubleCalculations. round(Calculation.Ret returnType)
Returns a matrix with all entries rounded to integer values.Constructors in org.ujmp.core.doublematrix.calculation.entrywise.rounding with parameters of type Matrix Constructor Description Ceil(Matrix matrix)
Floor(Matrix matrix)
Round(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric
Methods in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric that return Matrix Modifier and Type Method Description Matrix
TrigonometricDoubleCalculations. cos(Calculation.Ret returnType)
Calculates the cosinus of all entries in the matrix.Matrix
TrigonometricDoubleCalculations. sin(Calculation.Ret returnType)
Calculates the sinus of all entries in the matrix.Matrix
TrigonometricDoubleCalculations. tan(Calculation.Ret returnType)
Calculates the tangens of all entries in the matrix.Constructors in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric with parameters of type Matrix Constructor Description Cos(Matrix matrix)
Sin(Matrix matrix)
Tan(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as Matrix Modifier and Type Field Description private Matrix
Princomp. pca
private Matrix
Pinv. pinv
private Matrix
SVDTask. source
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return Matrix Modifier and Type Method Description static Matrix
Ginv. arbitrariness(Matrix source, Matrix inverse)
Calculate the arbitrariness of the solution.Matrix
DecompositionDoubleCalculations. chol()
Calculates a Cholesky decomposition of the matrix.Matrix[]
DecompositionDoubleCalculations. eig()
Calculates the Eigen decomposition of the matrix.Matrix[]
DecompositionDoubleCalculations. eigSymm()
Calculates the Eigen decomposition of a symmetric matrix.Matrix
LU.LUMatrix. getP()
Matrix
DecompositionDoubleCalculations. ginv()
Calculates a generalized inverse of the MatrixMatrix
DecompositionDoubleCalculations. inv()
Calculates the inverse of the Matrix using either LUDecomposition (for square matrices) or QRDecomposition (otherwise).Matrix
DecompositionDoubleCalculations. invSPD()
Calculates the inverse of a symmetric positive definite Matrix using Cholesky Decomposition.Matrix
DecompositionDoubleCalculations. invSymm()
Calculates the inverse of the Matrix using either LUDecomposition (for square matrices) or QRDecomposition (otherwise).Matrix[]
DecompositionDoubleCalculations. lu()
Calculates a LU decomposition of the matrix.Matrix
DecompositionDoubleCalculations. pinv()
Calculates the pseudo inverse of the Matrix using Singular Value Decomposition.Matrix
DecompositionDoubleCalculations. pinv(int k)
Calculates the pseudo inverse of the Matrix using a low rank approximation of the Singular Value Decomposition.Matrix
DecompositionDoubleCalculations. princomp()
Projects the matrix into the space of the principal components.Matrix[]
DecompositionDoubleCalculations. qr()
Calculates a QR decomposition of the matrix.static Matrix
Ginv. reduce(Matrix source)
Mathematical operator to reduce the bandwidth of a HusoMatrix.static Matrix
Ginv. reduce(Matrix source, Matrix response)
Matrix
DecompositionDoubleCalculations. solve(Matrix b)
Solve A*X = BMatrix
QR.QRMatrix. solve(Matrix B)
Least squares solution of A*X = BMatrix
DecompositionDoubleCalculations. solveSPD(Matrix b)
Solve A*X = BMatrix
DecompositionDoubleCalculations. solveSymm(Matrix b)
Solve A*X = BMatrix[]
DecompositionDoubleCalculations. svd()
Calculates the singular value decomposition of the matrix: A = U*S*V'Matrix[]
DecompositionDoubleCalculations. svd(int k)
Calculates a low rank approximation of the singular value decomposition of the matrix: A = U*S*V' but considers only the k largest singular values.Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return types with arguments of type Matrix Modifier and Type Method Description MapMatrix<java.lang.String,Matrix>
SVDTask. call()
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type Matrix Modifier and Type Method Description static void
Ginv. addColTimes(Matrix matrix, long diag, long fromRow, long col, double factor)
Add a factor times one column to another columnstatic void
Ginv. addRowTimes(Matrix matrix, long diag, long fromCol, long row, double factor)
Add a factor times one row to another rowstatic Matrix
Ginv. arbitrariness(Matrix source, Matrix inverse)
Calculate the arbitrariness of the solution.static boolean
Ginv. canSwapCols(Matrix matrix, int col1, int col2, int row1)
Check to see if columns can be swapped - part of the bandwidth reduction algorithm.static boolean
Ginv. canSwapRows(Matrix matrix, int row1, int row2, int col1)
Check to see if a non-zero and a zero value in the rows leading up to this column can be swapped.static void
Ginv. divideRowBy(Matrix matrix, long aRow, long fromCol, double value)
Divide the row from this column position by this valuestatic DenseDoubleMatrix2D
Ginv. inverse(Matrix matrix)
Matrix inversion is the reason this Class exists - this method creates a generalized matrix inverse of the current matrix.static Matrix
Ginv. reduce(Matrix source)
Mathematical operator to reduce the bandwidth of a HusoMatrix.static Matrix
Ginv. reduce(Matrix source, Matrix response)
DenseDoubleMatrix2D
Chol.CholMatrix. solve(Matrix B)
Solve A*X = BMatrix
DecompositionDoubleCalculations. solve(Matrix b)
Solve A*X = BDenseDoubleMatrix2D
LU.LUMatrix. solve(Matrix B)
Solve A*X = BMatrix
QR.QRMatrix. solve(Matrix B)
Least squares solution of A*X = BMatrix
DecompositionDoubleCalculations. solveSPD(Matrix b)
Solve A*X = BMatrix
DecompositionDoubleCalculations. solveSymm(Matrix b)
Solve A*X = Bstatic void
Ginv. swapCols(Matrix matrix, long col1, long col2)
Swap components in the two columns.static void
Ginv. swapPivot(Matrix source, long diag, Matrix s, Matrix t)
Swap the matrices so that the largest value is on the pivotstatic void
Ginv. swapRows(Matrix matrix, long row1, long row2)
Swap components in the two rows.Constructors in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type Matrix Constructor Description CholMatrix(Matrix Arg)
Cholesky algorithm for symmetric and positive definite matrix.EigMatrix(Matrix Arg)
Check for symmetry, then construct the eigenvalue decompositionGinv(Matrix source)
LUMatrix(Matrix A)
LU DecompositionPinv(Matrix matrix)
Princomp(Matrix matrix)
QRMatrix(Matrix A)
QR Decomposition, computed by Householder reflections.SVDMatrix(Matrix Arg)
Construct the singular value decompositionSVDMatrix(Matrix Arg, boolean thin, boolean wantu, boolean wantv)
Construct the singular value decompositionSVDMatrix(Matrix Arg, boolean thin, boolean wantu, boolean wantv)
Construct the singular value decompositionSVDTask(Matrix source)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.discretize
Methods in org.ujmp.core.doublematrix.calculation.general.discretize that return Matrix Modifier and Type Method Description Matrix
DiscretizeCalculations. discretize(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins)
Matrix
DiscretizeCalculations. discretize(Calculation.Ret returnType, Dictionary dictionary)
Matrix
DiscretizeCalculations. discretizeToBoolean(int targetColumnCount)
Matrix
DiscretizeCalculations. discretizeToColumns(long column)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.misc
Fields in org.ujmp.core.doublematrix.calculation.general.misc declared as Matrix Modifier and Type Field Description private Matrix
Standardize. center
private Matrix
TfIdf. docTerm
matrix with [documents x terms]private Matrix
Center. mean
private Matrix
Normalize. ret
private Matrix
Standardize. sigma
private Matrix
TfIdf. sumPerDoc
private Matrix
TfIdf. sumPerTerm
Methods in org.ujmp.core.doublematrix.calculation.general.misc that return Matrix Modifier and Type Method Description Matrix
MiscGeneralDoubleCalculations. append(Calculation.Ret returnType, int dimension, Matrix... matrices)
Matrix
MiscGeneralDoubleCalculations. appendHorizontally(Calculation.Ret returnType, Matrix... matrices)
Matrix
MiscGeneralDoubleCalculations. appendVertically(Calculation.Ret returnType, Matrix... matrices)
Matrix
MiscGeneralDoubleCalculations. center(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Subtracts the mean from the matrix.Matrix
MiscGeneralDoubleCalculations. fadeIn(Calculation.Ret ret, int dimension)
Matrix
MiscGeneralDoubleCalculations. fadeOut(Calculation.Ret ret, int dimensions)
Matrix
MiscGeneralDoubleCalculations. normalize(Calculation.Ret returnType, int dimension)
Matrix
MiscGeneralDoubleCalculations. replaceMissingBy(Matrix matrix)
Matrix
MiscGeneralDoubleCalculations. standardize(Calculation.Ret returnType, int dimension)
Subtracts the mean from the matrix and divides by the standard deviation.Methods in org.ujmp.core.doublematrix.calculation.general.misc with parameters of type Matrix Modifier and Type Method Description Matrix
MiscGeneralDoubleCalculations. append(Calculation.Ret returnType, int dimension, Matrix... matrices)
Matrix
MiscGeneralDoubleCalculations. appendHorizontally(Calculation.Ret returnType, Matrix... matrices)
Matrix
MiscGeneralDoubleCalculations. appendVertically(Calculation.Ret returnType, Matrix... matrices)
static double
CosineSimilarity. getCosineSimilartiy(Matrix m1, Matrix m2, boolean ignoreNaN)
Matrix
MiscGeneralDoubleCalculations. replaceMissingBy(Matrix matrix)
Constructors in org.ujmp.core.doublematrix.calculation.general.misc with parameters of type Matrix Constructor Description Center(boolean ignoreNaN, int dimension, Matrix matrix)
CosineSimilarity(Matrix matrix, boolean ignoreNaN)
DiscretizeToColumns(Matrix matrix, boolean ignoreNaN, long column)
FadeIn(int dimension, Matrix matrix)
FadeOut(int dimension, Matrix matrix)
MinkowskiDistance(Matrix matrix, double p, boolean ignoreNaN)
Normalize(int dimension, Matrix matrix)
Standardize(int dimension, Matrix matrix)
TfIdf(Matrix matrix, boolean calculateTf, boolean calculateIdf, boolean normalize)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.missingvalues
Fields in org.ujmp.core.doublematrix.calculation.general.missingvalues declared as Matrix Modifier and Type Field Description private Matrix
ImputeEM. bestGuess
private Matrix
ImputeKNN. distanceMatrix
(package private) Matrix
ImputeRegression. firstGuess
private Matrix
Impute. imp
private Matrix
ImputeBPCA. imp
private Matrix
ImputeLS. imp
private Matrix
ImputeEM. imputed
(package private) Matrix
ImputeRegression. imputed
private Matrix
ImputeMean. mean
private Matrix
AddMissing. missingValues
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues that return Matrix Modifier and Type Method Description Matrix
MissingValueDoubleCalculations. addMissing(Calculation.Ret returnType, int dimension, double... percentMissing)
Adds a specified amount of missing values (Double.NaN) to the MatrixMatrix
MissingValueDoubleCalculations. countMissing(Calculation.Ret returnType, int dimension)
Counts the missing values within the matrix, i.e.Matrix
MissingValueDoubleCalculations. deleteColumnsWithMissingValues(Calculation.Ret returnType)
Matrix
MissingValueDoubleCalculations. deleteRowsWithMissingValues(Calculation.Ret returnType, long threshold)
private Matrix
ImputeKNN. getDistanceMatrix()
Matrix
MissingValueDoubleCalculations. impute(Calculation.Ret returnType, Impute.ImputationMethod method, java.lang.Object... parameters)
Replaces missing values with various methodsprivate static Matrix
ImputeEM. replaceInColumn(Matrix original, Matrix firstGuess, long column)
private static Matrix
ImputeRegression. replaceInColumn(Matrix original, Matrix firstGuess, long column)
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues that return types with arguments of type Matrix Modifier and Type Method Description private java.util.List<Sortable<java.lang.Double,Matrix>>
ImputeKNN. getSortedNeighbors(long... coordinates)
Methods in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type Matrix Modifier and Type Method Description private static Matrix
ImputeEM. replaceInColumn(Matrix original, Matrix firstGuess, long column)
private static Matrix
ImputeRegression. replaceInColumn(Matrix original, Matrix firstGuess, long column)
Constructors in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type Matrix Constructor Description AddMissing(int dimension, Matrix source, double... percentMissing)
CountMissing(int dimension, Matrix matrix)
Impute(Matrix matrix, Impute.ImputationMethod method, java.lang.Object... parameters)
ImputeBPCA(Matrix matrix)
ImputeEM(Matrix matrix)
ImputeEM(Matrix matrix, Matrix firstGuess)
ImputeEM(Matrix matrix, Matrix firstGuess, double delta, java.io.File tempFile)
ImputeKNN(Matrix matrix, java.lang.Object... parameters)
ImputeLS(Matrix matrix, Impute.ImputationMethod method)
ImputeMean(int dimension, Matrix matrix)
ImputeRegression(Matrix matrix)
ImputeRegression(Matrix matrix, Matrix firstGuess)
ImputeZero(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.statistical
Fields in org.ujmp.core.doublematrix.calculation.general.statistical declared as Matrix Modifier and Type Field Description private Matrix
Cumprod. cumprod
private Matrix
Cumsum. cumsum
private Matrix
Corrcoef. mean
private Matrix
Cov. mean
private Matrix
Var. mean
private Matrix
Mean. missingCount
private Matrix
Mean. sum
private Matrix
Std. variance
Methods in org.ujmp.core.doublematrix.calculation.general.statistical that return Matrix Modifier and Type Method Description Matrix
Cov. calcNew()
Matrix
StatisticalDoubleCalculations. corrcoef(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection)
Calculates the Pearson correlation.Matrix
StatisticalDoubleCalculations. cov(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection)
Calculates the covariance Matrix.Matrix
StatisticalDoubleCalculations. cumprod(boolean ignoreNaN)
Matrix
StatisticalDoubleCalculations. cumsum(boolean ignoreNaN)
Matrix
StatisticalDoubleCalculations. diff(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix
StatisticalDoubleCalculations. indexOfMax(Calculation.Ret returnType, int dimension)
Finds the index of the maximum value in the matrixMatrix
StatisticalDoubleCalculations. indexOfMin(Calculation.Ret returnType, int dimension)
Finds the index of the minimum value in the matrixMatrix
StatisticalDoubleCalculations. max(Calculation.Ret returnType, int dimension)
Calculates the maximum of the values in the matrix either rowwise, columnwise, or global.Matrix
StatisticalDoubleCalculations. mean(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Calculates the mean of all entries in the Matrix either per row, per column, or global.Matrix
StatisticalDoubleCalculations. min(Calculation.Ret returnType, int dimension)
Calculates the mimimum of the values in the matrix either rowwise, columnwise, or global.Matrix
StatisticalDoubleCalculations. mutualInf(Calculation.Ret returnType)
Calculates the mutual information.Matrix
StatisticalDoubleCalculations. pairedTTest(Calculation.Ret returnType)
Calculates a paired T-Test on the matrix.Matrix
StatisticalDoubleCalculations. prod(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Matrix
StatisticalDoubleCalculations. std(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection)
Calculates the standard deviation of all entries in the Matrix either per row, per column, or global.Matrix
StatisticalDoubleCalculations. sum(Calculation.Ret returnType, int dimension, boolean ignoreNaN)
Calculates the sum of all entries in the Matrix either per row, per column, or global.Matrix
StatisticalDoubleCalculations. var(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection)
Calculates the variance of all entries in the Matrix either per row, per column, or global.Methods in org.ujmp.core.doublematrix.calculation.general.statistical with parameters of type Matrix Modifier and Type Method Description static double
Max. calc(Matrix m)
static double
Mean. calc(Matrix m)
static double
Min. calc(Matrix m)
static DoubleMatrix2D
MutualInformation. calcNew(Matrix matrix)
static double
MutualInformation. calculate(long var1, long var2, Matrix matrix)
Constructors in org.ujmp.core.doublematrix.calculation.general.statistical with parameters of type Matrix Constructor Description Corrcoef(boolean ignoreNaN, Matrix matrix, boolean besselsCorrection)
Cov(boolean ignoreNaN, Matrix matrix, boolean besselsCorrection)
Cumprod(Matrix m, boolean ignoreNaN)
Cumsum(Matrix m, boolean ignoreNaN)
Diff(int dimension, boolean ignoreNaN, Matrix source)
IndexOfMax(int dimension, Matrix matrix)
IndexOfMin(int dimension, Matrix matrix)
Max(int dimension, Matrix matrix)
Mean(int dimension, boolean ignoreNaN, Matrix matrix)
Min(int dimension, Matrix matrix)
MutualInformation(Matrix matrix)
Prod(int dimension, boolean ignoreNaN, Matrix matrix)
Std(int dimension, boolean ignoreNaN, Matrix matrix, boolean besselsCorrection)
Sum(int dimension, boolean ignoreNaN, Matrix matrix)
Sum(Matrix matrix)
Var(int dimension, boolean ignoreNaN, Matrix matrix, boolean besselsCorrection)
-
Uses of Matrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseDoubleMatrix2D
class
BlockDenseDoubleMatrix2D
A dense 2D matrix with square block layout.class
DefaultDenseDoubleMatrix2D
class
DefaultDenseDoubleMatrixMultiD
class
DefaultSparseDoubleMatrix
class
DefaultSparseRowDoubleMatrix2D
class
DenseFileMatrix
class
DoubleCalculationMatrix
class
IndexedSparseDoubleMatrix2D
class
MortonDenseDoubleMartrix2D
class
SparseFeatureVector
class
WaveMatrix
Methods in org.ujmp.core.doublematrix.impl that return Matrix Modifier and Type Method Description Matrix
ArrayDenseDoubleMatrix2D. copy()
Matrix
DefaultDenseDoubleMatrix2D. copy()
Matrix
MortonDenseDoubleMartrix2D. copy()
Matrix
BlockDenseDoubleMatrix2D. divide(double value)
Matrix
BlockDenseDoubleMatrix2D. divide(Matrix value)
Matrix
DefaultSparseRowDoubleMatrix2D. getRow(long row)
Matrix
BlockDenseDoubleMatrix2D. minus(double value)
Matrix
BlockDenseDoubleMatrix2D. minus(Matrix value)
Matrix
BlockDenseDoubleMatrix2D. mtimes(Matrix m2)
Shortcut to create a BlockMatrix for targetMatrix
MortonDenseDoubleMartrix2D. mtimes(Matrix m2)
Matrix
BlockDenseDoubleMatrix2D. plus(double value)
Matrix
BlockDenseDoubleMatrix2D. plus(Matrix value)
Matrix
DefaultSparseRowDoubleMatrix2D. selectRows(Calculation.Ret returnType, long... rows)
Matrix
BlockDenseDoubleMatrix2D. times(double value)
Matrix
BlockDenseDoubleMatrix2D. times(Matrix value)
Matrix
BlockDenseDoubleMatrix2D. transpose()
Returns the transpose of the current matrix.Matrix
BlockDenseDoubleMatrix2D. transpose(Calculation.Ret returnType)
Methods in org.ujmp.core.doublematrix.impl with parameters of type Matrix Modifier and Type Method Description Matrix
BlockDenseDoubleMatrix2D. divide(Matrix value)
Matrix
BlockDenseDoubleMatrix2D. minus(Matrix value)
Matrix
BlockDenseDoubleMatrix2D. mtimes(Matrix m2)
Shortcut to create a BlockMatrix for targetMatrix
MortonDenseDoubleMartrix2D. mtimes(Matrix m2)
Matrix
BlockDenseDoubleMatrix2D. plus(Matrix value)
Matrix
BlockDenseDoubleMatrix2D. times(Matrix value)
Constructors in org.ujmp.core.doublematrix.impl with parameters of type Matrix Constructor Description ArrayDenseDoubleMatrix2D(Matrix m)
BlockDenseDoubleMatrix2D(Matrix m)
Constructor which takes an existing Matrix to copy data and structure from.BlockDenseDoubleMatrix2D(Matrix m, int blockStripeSize)
Constructor which takes a Matrix and a proposed default block stripe size.BlockDenseDoubleMatrix2D(Matrix m, int blockStripeSize, BlockMatrixLayout.BlockOrder blockOrder)
Constructor which takes a Matrix and a proposed default block stripe size.DefaultDenseDoubleMatrix2D(Matrix m)
DefaultDenseDoubleMatrixMultiD(Matrix m)
DefaultSparseDoubleMatrix(Matrix m)
DefaultSparseDoubleMatrix(Matrix m, int maximumNumberOfEntries)
DefaultSparseRowDoubleMatrix2D(Matrix m)
DenseFileMatrix(Matrix m)
IndexedSparseDoubleMatrix2D(Matrix m)
MortonDenseDoubleMartrix2D(Matrix m)
-
Uses of Matrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseDoubleMatrix2D
class
AbstractDenseDoubleMatrixMultiD
class
AbstractDoubleMatrix
class
AbstractDoubleMatrix2D
class
AbstractDoubleMatrixMultiD
class
AbstractSparseDoubleMatrix
class
AbstractSparseDoubleMatrix2D
Methods in org.ujmp.core.doublematrix.stub that return Matrix Modifier and Type Method Description Matrix
AbstractDenseDoubleMatrix2D. divide(double v)
Matrix
AbstractDenseDoubleMatrix2D. divide(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. minus(double v)
Matrix
AbstractDenseDoubleMatrix2D. minus(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. mtimes(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. plus(double v)
Matrix
AbstractDenseDoubleMatrix2D. plus(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. times(double v)
Matrix
AbstractDenseDoubleMatrix2D. times(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. transpose()
Methods in org.ujmp.core.doublematrix.stub with parameters of type Matrix Modifier and Type Method Description Matrix
AbstractDenseDoubleMatrix2D. divide(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. minus(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. mtimes(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. plus(Matrix m2)
Matrix
AbstractDenseDoubleMatrix2D. times(Matrix m2)
-
Uses of Matrix in org.ujmp.core.export.destination
Fields in org.ujmp.core.export.destination declared as Matrix Modifier and Type Field Description private Matrix
AbstractMatrixExportDestination. matrix
Methods in org.ujmp.core.export.destination that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixExportDestination. getMatrix()
Matrix
MatrixExportDestination. getMatrix()
Constructors in org.ujmp.core.export.destination with parameters of type Matrix Constructor Description AbstracMatrixClipboardDestination(Matrix matrix)
AbstractMatrixByteArrayExportDestination(Matrix matrix)
AbstractMatrixExportDestination(Matrix matrix)
AbstractMatrixFileExportDestination(Matrix matrix, java.io.File file)
AbstractMatrixStreamExportDestination(Matrix matrix, java.io.OutputStream stream)
AbstractMatrixStringExportDestination(Matrix matrix)
AbstractMatrixWriterExportDestination(Matrix matrix, java.io.Writer writer)
DefaultMatrixByteArrayExportDestination(Matrix matrix)
DefaultMatrixClipboardExportDestination(Matrix matrix)
DefaultMatrixFileExportDestination(Matrix matrix, java.io.File file)
DefaultMatrixStreamExportDestination(Matrix matrix, java.io.OutputStream outputStream)
DefaultMatrixStringExportDestination(Matrix matrix)
DefaultMatrixWriterExportDestination(Matrix matrix, java.io.Writer writer)
-
Uses of Matrix in org.ujmp.core.export.destinationselector
Fields in org.ujmp.core.export.destinationselector declared as Matrix Modifier and Type Field Description private Matrix
DefaultMatrixExportDestinationSelector. matrix
Methods in org.ujmp.core.export.destinationselector that return Matrix Modifier and Type Method Description Matrix
DefaultMatrixExportDestinationSelector. getMatrix()
Constructors in org.ujmp.core.export.destinationselector with parameters of type Matrix Constructor Description DefaultMatrixExportDestinationSelector(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.export.exporter
Fields in org.ujmp.core.export.exporter declared as Matrix Modifier and Type Field Description private Matrix
AbstractMatrixExporter. matrix
Methods in org.ujmp.core.export.exporter that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixExporter. getMatrix()
Matrix
MatrixExporter. getMatrix()
Methods in org.ujmp.core.export.exporter with parameters of type Matrix Modifier and Type Method Description private static java.lang.String
DefaultMatrixWriterSQLExporter. getColumnName(Matrix matrix, long column)
private static java.lang.String
DefaultMatrixWriterSQLExporter. getColumnType(DBType db, Matrix matrix, long column)
Constructors in org.ujmp.core.export.exporter with parameters of type Matrix Constructor Description AbstractMatrixExporter(Matrix matrix)
AbstractMatrixWriterExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterCSVExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterHtmlExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterLatexExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterMatlabScriptExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterRScriptExporter(Matrix matrix, java.io.Writer writer)
DefaultMatrixWriterSQLExporter(Matrix matrix, java.io.Writer writer)
-
Uses of Matrix in org.ujmp.core.filematrix
Subinterfaces of Matrix in org.ujmp.core.filematrix Modifier and Type Interface Description interface
FileOrDirectoryMatrix
Classes in org.ujmp.core.filematrix that implement Matrix Modifier and Type Class Description class
DirectoryMatrix
class
FileMatrix
class
ZipEntryMatrix
class
ZipFileMatrix
Fields in org.ujmp.core.filematrix declared as Matrix Modifier and Type Field Description private Matrix
FileMatrix. matrix
Fields in org.ujmp.core.filematrix with type parameters of type Matrix Modifier and Type Field Description private java.util.Map<java.lang.String,Matrix>
ZipEntryMatrix. map
Methods in org.ujmp.core.filematrix that return Matrix Modifier and Type Method Description Matrix
ZipEntryMatrix. get(java.lang.Object key)
protected Matrix
ZipEntryMatrix. putIntoMap(java.lang.String key, Matrix value)
protected Matrix
ZipEntryMatrix. removeFromMap(java.lang.Object key)
Methods in org.ujmp.core.filematrix with parameters of type Matrix Modifier and Type Method Description protected Matrix
ZipEntryMatrix. putIntoMap(java.lang.String key, Matrix value)
-
Uses of Matrix in org.ujmp.core.floatmatrix
Subinterfaces of Matrix in org.ujmp.core.floatmatrix Modifier and Type Interface Description interface
DenseFloatMatrix
interface
DenseFloatMatrix2D
interface
FloatMatrix
interface
FloatMatrix2D
interface
SparseFloatMatrix
interface
SparseFloatMatrix2D
-
Uses of Matrix in org.ujmp.core.floatmatrix.calculation
Methods in org.ujmp.core.floatmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractFloatCalculation. calcOrig()
Constructors in org.ujmp.core.floatmatrix.calculation with parameters of type Matrix Constructor Description AbstractFloatCalculation(int dimension, Matrix... sources)
AbstractFloatCalculation(Matrix... sources)
ToFloatMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.floatmatrix.impl
Classes in org.ujmp.core.floatmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseFloatMatrix2D
class
DefaultDenseFloatMatrix2D
class
DefaultSparseFloatMatrix
class
FloatCalculationMatrix
Methods in org.ujmp.core.floatmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseFloatMatrix2D. copy()
Matrix
DefaultDenseFloatMatrix2D. divide(double v)
Matrix
DefaultDenseFloatMatrix2D. minus(double v)
Matrix
DefaultDenseFloatMatrix2D. plus(double v)
Matrix
DefaultDenseFloatMatrix2D. times(double v)
Matrix
ArrayDenseFloatMatrix2D. transpose()
Matrix
DefaultDenseFloatMatrix2D. transpose()
Constructors in org.ujmp.core.floatmatrix.impl with parameters of type Matrix Constructor Description DefaultSparseFloatMatrix(Matrix m)
DefaultSparseFloatMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseFloatMatrix
class
AbstractDenseFloatMatrix2D
class
AbstractFloatMatrix
class
AbstractSparseFloatMatrix
class
AbstractSparseFloatMatrix2D
-
Uses of Matrix in org.ujmp.core.genericmatrix
Subinterfaces of Matrix in org.ujmp.core.genericmatrix Modifier and Type Interface Description interface
BaseGenericMatrix<T>
interface
DenseGenericMatrix<T>
interface
DenseGenericMatrix2D<T>
interface
DenseGenericMatrixMultiD<T>
interface
GenericMatrix<T>
interface
GenericMatrix2D<T>
interface
GenericMatrixMultiD<T>
interface
SparseGenericMatrix<T>
interface
SparseGenericMatrix2D<T>
interface
SparseGenericMatrixMultiD<T>
-
Uses of Matrix in org.ujmp.core.genericmatrix.impl
Classes in org.ujmp.core.genericmatrix.impl that implement Matrix Modifier and Type Class Description class
DefaultDenseGenericMatrix2D<A>
class
DefaultSparseGenericMatrix<A>
Constructors in org.ujmp.core.genericmatrix.impl with parameters of type Matrix Constructor Description DefaultDenseGenericMatrix2D(Matrix m)
DefaultSparseGenericMatrix(Matrix m)
DefaultSparseGenericMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.genericmatrix.stub
Classes in org.ujmp.core.genericmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseGenericMatrix<A>
class
AbstractDenseGenericMatrix2D<A>
class
AbstractGenericMatrix<T>
class
AbstractSparseGenericMatrix<A>
class
AbstractSparseGenericMatrix2D<A>
-
Uses of Matrix in org.ujmp.core.graphmatrix
Subinterfaces of Matrix in org.ujmp.core.graphmatrix Modifier and Type Interface Description interface
GraphMatrix<N,E>
Classes in org.ujmp.core.graphmatrix that implement Matrix Modifier and Type Class Description class
AbstractGraphMatrix<N,E>
class
DefaultGraphMatrix<N,E>
-
Uses of Matrix in org.ujmp.core.importer
Fields in org.ujmp.core.importer declared as Matrix Modifier and Type Field Description private Matrix
AbstractMatrixImporter. matrix
Methods in org.ujmp.core.importer that return Matrix Modifier and Type Method Description Matrix
DefaultMatrixFileImporter. asBMP()
Matrix
DefaultMatrixFileImporter. asDenseCSV()
Matrix
DefaultMatrixFileImporter. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixFileImporter. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixFileImporter. asGIF()
Matrix
DefaultMatrixFileImporter. asJPG()
Matrix
DefaultMatrixFileImporter. asPDF()
Matrix
DefaultMatrixFileImporter. asPNG()
Matrix
DefaultMatrixFileImporter. asTIFF()
Matrix
AbstractMatrixImporter. getTargetMatrix()
Matrix
MatrixImporter. getTargetMatrix()
Constructors in org.ujmp.core.importer with parameters of type Matrix Constructor Description AbstractMatrixFileImporter(Matrix matrix, java.io.File file)
AbstractMatrixImporter(Matrix matrix)
AbstractMatrixStringImporter(Matrix matrix, java.lang.String string)
DefaultMatrixFileImporter(Matrix matrix, java.io.File file)
-
Uses of Matrix in org.ujmp.core.importer.format
Methods in org.ujmp.core.importer.format that return Matrix Modifier and Type Method Description Matrix
MatrixBMPImportFormat. asBMP()
Matrix
MatrixDenseCSVImportFormat. asDenseCSV()
Matrix
MatrixDenseCSVImportFormat. asDenseCSV(char columnSeparator)
Matrix
MatrixDenseCSVImportFormat. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
MatrixGIFImportFormat. asGIF()
Matrix
MatrixJPGImportFormat. asJPG()
Matrix
MatrixPDFImportFormat. asPDF()
Matrix
MatrixPNGImportFormat. asPNG()
Matrix
MatrixTIFFImportFormat. asTIFF()
-
Uses of Matrix in org.ujmp.core.importer.source
Fields in org.ujmp.core.importer.source declared as Matrix Modifier and Type Field Description private Matrix
AbstractMatrixImportSource. matrix
Methods in org.ujmp.core.importer.source that return Matrix Modifier and Type Method Description Matrix
DefaultMatrixByteArrayImportSource. asBMP()
Matrix
DefaultMatrixFileImportSource. asBMP()
Matrix
DefaultMatrixStreamImportSource. asBMP()
Matrix
DefaultMatrixUrlImportSource. asBMP()
Matrix
DefaultMatrixByteArrayImportSource. asDenseCSV()
Matrix
DefaultMatrixByteArrayImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixByteArrayImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixClipboardImportSource. asDenseCSV()
Matrix
DefaultMatrixClipboardImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixClipboardImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixFileImportSource. asDenseCSV()
Matrix
DefaultMatrixFileImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixFileImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixReaderImportSource. asDenseCSV()
Matrix
DefaultMatrixReaderImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixReaderImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixStreamImportSource. asDenseCSV()
Matrix
DefaultMatrixStreamImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixStreamImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixStringImportSource. asDenseCSV()
Matrix
DefaultMatrixStringImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixStringImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixUrlImportSource. asDenseCSV()
Matrix
DefaultMatrixUrlImportSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixUrlImportSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixByteArrayImportSource. asGIF()
Matrix
DefaultMatrixFileImportSource. asGIF()
Matrix
DefaultMatrixStreamImportSource. asGIF()
Matrix
DefaultMatrixUrlImportSource. asGIF()
Matrix
DefaultMatrixByteArrayImportSource. asJPG()
Matrix
DefaultMatrixFileImportSource. asJPG()
Matrix
DefaultMatrixStreamImportSource. asJPG()
Matrix
DefaultMatrixUrlImportSource. asJPG()
Matrix
DefaultMatrixByteArrayImportSource. asPDF()
Matrix
DefaultMatrixFileImportSource. asPDF()
Matrix
DefaultMatrixStreamImportSource. asPDF()
Matrix
DefaultMatrixUrlImportSource. asPDF()
Matrix
DefaultMatrixByteArrayImportSource. asPNG()
Matrix
DefaultMatrixFileImportSource. asPNG()
Matrix
DefaultMatrixStreamImportSource. asPNG()
Matrix
DefaultMatrixUrlImportSource. asPNG()
Matrix
DefaultMatrixByteArrayImportSource. asTIFF()
Matrix
DefaultMatrixFileImportSource. asTIFF()
Matrix
DefaultMatrixStreamImportSource. asTIFF()
Matrix
DefaultMatrixUrlImportSource. asTIFF()
Matrix
AbstractMatrixImportSource. getTargetMatrix()
-
Uses of Matrix in org.ujmp.core.importer.sourceselector
Fields in org.ujmp.core.importer.sourceselector declared as Matrix Modifier and Type Field Description private Matrix
AbstractMatrixImportSourceSelector. targetMatrix
Methods in org.ujmp.core.importer.sourceselector that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixImportSourceSelector. getTargetMatrix()
Constructors in org.ujmp.core.importer.sourceselector with parameters of type Matrix Constructor Description AbstractMatrixImportSourceSelector(Matrix targetMatrix)
DefaultMatrixImportSourceSelector(Matrix targetMatrix)
-
Uses of Matrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return Matrix Modifier and Type Method Description Matrix
DistanceMeasures. cosineSimilarity(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
DistanceMeasures. euklideanDistance(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
GettersAndSetters. getAsMatrix(long... coordinates)
Matrix
DistanceMeasures. manhattenDistance(Calculation.Ret returnType, boolean ignoreNaN)
Matrix
DistanceMeasures. minkowskiDistance(Calculation.Ret returnType, double p, boolean ignoreNaN)
Matrix
ExtendedMatrixProperties. setContent(Calculation.Ret ret, Matrix matrix, long... coordinates)
Methods in org.ujmp.core.interfaces that return types with arguments of type Matrix Modifier and Type Method Description java.util.List<Matrix>
BaseMatrixProperties. getColumnList()
java.util.List<Matrix>
BaseMatrixProperties. getRowList()
Methods in org.ujmp.core.interfaces with parameters of type Matrix Modifier and Type Method Description double
DistanceMeasures. chebyshevDistanceTo(Matrix m, boolean ignoreNaN)
double
DistanceMeasures. cosineSimilarityTo(Matrix m, boolean ignoreNaN)
double
DistanceMeasures. euklideanDistanceTo(Matrix m, boolean ignoreNaN)
double
DistanceMeasures. manhattenDistanceTo(Matrix m, boolean ignoreNaN)
double
DistanceMeasures. minkowskiDistanceTo(Matrix m, double p, boolean ignoreNaN)
void
GettersAndSetters. setAsMatrix(Matrix m, long... coordinates)
Matrix
ExtendedMatrixProperties. setContent(Calculation.Ret ret, Matrix matrix, long... coordinates)
-
Uses of Matrix in org.ujmp.core.intmatrix
Subinterfaces of Matrix in org.ujmp.core.intmatrix Modifier and Type Interface Description interface
DenseIntMatrix
interface
DenseIntMatrix2D
interface
IntMatrix
interface
IntMatrix2D
interface
SparseIntMatrix
interface
SparseIntMatrix2D
-
Uses of Matrix in org.ujmp.core.intmatrix.calculation
Fields in org.ujmp.core.intmatrix.calculation declared as Matrix Modifier and Type Field Description private Matrix
Discretize. discretized
private Matrix
DiscretizeStandardBinning. max
private Matrix
DiscretizeStandardBinning. min
Methods in org.ujmp.core.intmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractIntCalculation. calcOrig()
Constructors in org.ujmp.core.intmatrix.calculation with parameters of type Matrix Constructor Description AbstractIntCalculation(int dimension, Matrix... sources)
AbstractIntCalculation(Matrix... sources)
Discretize(Matrix matrix, int dimension, Discretize.DiscretizationMethod method, int numberOfBins)
DiscretizeDictionary(Matrix matrix, Dictionary dictionary)
DiscretizeStandardBinning(int dimension, Matrix matrix, int numberOfBins)
Magic(Matrix matrix, int size)
ToIntMatrix(Matrix matrix)
ValueToColumn(Matrix matrix)
ValueToColumn(Matrix matrix, int max)
-
Uses of Matrix in org.ujmp.core.intmatrix.impl
Classes in org.ujmp.core.intmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseIntMatrix2D
class
DefaultDenseIntMatrix2D
class
DefaultSparseIntMatrix
class
ImageMatrix
class
IntCalculationMatrix
Methods in org.ujmp.core.intmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseIntMatrix2D. copy()
Matrix
DefaultDenseIntMatrix2D. divide(double v)
Matrix
DefaultDenseIntMatrix2D. minus(double v)
Matrix
DefaultDenseIntMatrix2D. plus(double v)
Matrix
DefaultDenseIntMatrix2D. times(double v)
Matrix
DefaultDenseIntMatrix2D. transpose()
Constructors in org.ujmp.core.intmatrix.impl with parameters of type Matrix Constructor Description DefaultSparseIntMatrix(Matrix m)
DefaultSparseIntMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseIntMatrix
class
AbstractDenseIntMatrix2D
class
AbstractIntMatrix
class
AbstractSparseIntMatrix
class
AbstractSparseIntMatrix2D
-
Uses of Matrix in org.ujmp.core.io
Methods in org.ujmp.core.io that return Matrix Modifier and Type Method Description static Matrix
ImportMatrixATOM. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixGIF. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixJPG. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixM. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixMAT. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixMDB. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixPDF. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixPNG. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixRSS. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixSER. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixSPARSECSV. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixXLS. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixXML. fromFile(java.io.File file, java.lang.Object... parameters)
static Matrix
ImportMatrixM. fromReader(java.io.Reader reader, java.lang.Object... parameters)
static Matrix
ImportMatrixSPARSECSV. fromReader(java.io.Reader reader, java.lang.Object... parameters)
static Matrix
ImportMatrixXML. fromReader(java.io.Reader reader, java.lang.Object... parameters)
static Matrix
ImportMatrixATOM. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixGIF. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixJPG. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixM. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixPDF. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixPNG. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixRSS. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixSER. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixSPARSECSV. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixXLS. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixXML. fromStream(java.io.InputStream stream, java.lang.Object... parameters)
static Matrix
ImportMatrixM. fromString(java.lang.String string, java.lang.Object... parameters)
Creates a DefaultDenseStringMatrix2D from a given String.static Matrix
ImportMatrixSPARSECSV. fromString(java.lang.String string, java.lang.Object... parameters)
static Matrix
ImportMatrixXML. fromString(java.lang.String string, java.lang.Object... parameters)
static Matrix
ImportMatrixImapFolders. fromURL(java.lang.String url, java.lang.Object... parameters)
static Matrix
ImportMatrixImapMessages. fromURL(java.lang.String url, java.lang.Object... parameters)
Matrix
UJMPContentHandler. getResult()
Matrix
ImportMatrixXML. read(java.io.Reader reader)
static Matrix
LinkMatrixJDBC. toDatabase(java.io.File file)
static Matrix
LinkMatrixFILE. toFile(java.io.File file)
static Matrix
LinkMatrixHEX. toFile(java.io.File file, java.lang.Object... parameters)
static Matrix
LinkMatrixMDB. toFile(java.io.File file, java.lang.Object... parameters)
static Matrix
LinkMatrixWAV. toFile(java.io.File file, java.lang.Object... parameters)
Methods in org.ujmp.core.io with parameters of type Matrix Modifier and Type Method Description static void
ExportMatrixGML. toFile(java.io.File file, Matrix m, java.lang.Object... parameters)
static void
ExportMatrixMAT. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixMDB. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixPLT. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixSER. toFile(java.io.File file, Matrix m, java.lang.Object... parameters)
static void
ExportMatrixSPARSECSV. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixXLS. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixXML. toFile(java.io.File file, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixGML. toStream(java.io.OutputStream out, Matrix m, java.lang.Object... parameters)
static void
ExportMatrixPLT. toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixSER. toStream(java.io.OutputStream stream, Matrix m, java.lang.Object... parameters)
static void
ExportMatrixSPARSECSV. toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixXLS. toStream(java.io.OutputStream stream, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixXML. toStream(java.io.OutputStream outputStream, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixGML. toWriter(java.io.Writer w, Matrix m, java.lang.Object... parameters)
static void
ExportMatrixPLT. toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixSPARSECSV. toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)
static void
ExportMatrixXML. toWriter(java.io.Writer writer, Matrix matrix, java.lang.Object... parameters)
private static void
ExportMatrixPLT. writeData(java.io.Writer writer, Matrix matrix, boolean xy, boolean logx, boolean logy)
-
Uses of Matrix in org.ujmp.core.link
Methods in org.ujmp.core.link that return Matrix Modifier and Type Method Description Matrix
MatrixLinker. getTargetMatrix()
-
Uses of Matrix in org.ujmp.core.link.format
Methods in org.ujmp.core.link.format that return Matrix Modifier and Type Method Description Matrix
MatrixDenseCSVLinkFormat. asDenseCSV()
Matrix
MatrixDenseCSVLinkFormat. asDenseCSV(char columnSeparator)
Matrix
MatrixDenseCSVLinkFormat. asDenseCSV(char columnSeparator, char enclosingCharacter)
-
Uses of Matrix in org.ujmp.core.link.source
Methods in org.ujmp.core.link.source that return Matrix Modifier and Type Method Description Matrix
DefaultMatrixFileLinkSource. asDenseCSV()
Matrix
DefaultMatrixFileLinkSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixFileLinkSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
Matrix
DefaultMatrixStringLinkSource. asDenseCSV()
Matrix
DefaultMatrixStringLinkSource. asDenseCSV(char columnSeparator)
Matrix
DefaultMatrixStringLinkSource. asDenseCSV(char columnSeparator, char enclosingCharacter)
-
Uses of Matrix in org.ujmp.core.listmatrix
Subinterfaces of Matrix in org.ujmp.core.listmatrix Modifier and Type Interface Description interface
ListMatrix<T>
Classes in org.ujmp.core.listmatrix that implement Matrix Modifier and Type Class Description class
AbstractListMatrix<E>
class
DefaultListMatrix<T>
-
Uses of Matrix in org.ujmp.core.longmatrix
Subinterfaces of Matrix in org.ujmp.core.longmatrix Modifier and Type Interface Description interface
DenseLongMatrix
interface
DenseLongMatrix2D
interface
LongMatrix
interface
LongMatrix2D
interface
SparseLongMatrix
interface
SparseLongMatrix2D
-
Uses of Matrix in org.ujmp.core.longmatrix.calculation
Fields in org.ujmp.core.longmatrix.calculation declared as Matrix Modifier and Type Field Description private Matrix
DocTerm. result
Methods in org.ujmp.core.longmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractLongCalculation. calcOrig()
private Matrix
DocTerm. calculate()
Constructors in org.ujmp.core.longmatrix.calculation with parameters of type Matrix Constructor Description AbstractLongCalculation(int dimension, Matrix... sources)
AbstractLongCalculation(Matrix... sources)
DocTerm(Matrix m)
ToLongMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseLongMatrix2D
class
DefaultDenseLongMatrix2D
class
DefaultSparseLongMatrix
class
LongCalculationMatrix
Methods in org.ujmp.core.longmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseLongMatrix2D. copy()
Matrix
DefaultDenseLongMatrix2D. divide(double v)
Matrix
DefaultDenseLongMatrix2D. minus(double v)
Matrix
DefaultDenseLongMatrix2D. plus(double v)
Matrix
DefaultDenseLongMatrix2D. times(double v)
Matrix
ArrayDenseLongMatrix2D. transpose()
Matrix
DefaultDenseLongMatrix2D. transpose()
Constructors in org.ujmp.core.longmatrix.impl with parameters of type Matrix Constructor Description DefaultSparseLongMatrix(Matrix m)
DefaultSparseLongMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseLongMatrix
class
AbstractDenseLongMatrix2D
class
AbstractLongMatrix
class
AbstractSparseLongMatrix
class
AbstractSparseLongMatrix2D
-
Uses of Matrix in org.ujmp.core.mapmatrix
Subinterfaces of Matrix in org.ujmp.core.mapmatrix Modifier and Type Interface Description interface
MapMatrix<K,V>
Classes in org.ujmp.core.mapmatrix that implement Matrix Modifier and Type Class Description class
AbstractMapMatrix<K,V>
class
DefaultMapMatrix<K,V>
-
Uses of Matrix in org.ujmp.core.matrix.factory
Classes in org.ujmp.core.matrix.factory with type parameters of type Matrix Modifier and Type Class Description class
AbstractMatrixFactory<T extends Matrix>
interface
BaseMatrixFactory<T extends Matrix>
Methods in org.ujmp.core.matrix.factory that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixFactory. concat(int dimension, java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. concat(int dimension, Matrix... matrices)
Matrix
AbstractMatrixFactory. concat(Calculation.Ret ret, int dimension, java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. concat(Calculation.Ret ret, int dimension, Matrix... matrices)
Matrix
AbstractMatrixFactory. copyFromMatrix(Matrix matrix)
Matrix
AbstractMatrixFactory. horCat(java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, Matrix... matrices)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, Matrix column, long columnCount)
Matrix
AbstractMatrixFactory. horCat(Matrix... matrices)
Matrix
AbstractMatrixFactory. horCat(Matrix column, long columnCount)
Matrix
AbstractMatrixFactory. linkToJDBC(java.io.File file)
Matrix
DefaultDenseMatrixFactory. load(java.io.File file)
Matrix
DefaultDenseMatrixFactory. load(java.lang.String filename)
Matrix
AbstractMatrixFactory. pascal(long... size)
Matrix
AbstractMatrixFactory. range(double start, double end)
Matrix
AbstractMatrixFactory. range(double start, double end, double stepSize)
Matrix
AbstractMatrixFactory. repmat(Calculation.Ret returnType, Matrix matrix, long... count)
<V> Matrix
AbstractMatrixFactory. vertCat(java.util.Collection<Matrix> matrices)
<V> Matrix
AbstractMatrixFactory. vertCat(Calculation.Ret ret, java.util.Collection<Matrix> matrices)
<V> Matrix
AbstractMatrixFactory. vertCat(Matrix... matrices)
Matrix
AbstractMatrixFactory. vertCat(Matrix row, long rowCount)
Methods in org.ujmp.core.matrix.factory with parameters of type Matrix Modifier and Type Method Description Matrix
AbstractMatrixFactory. concat(int dimension, Matrix... matrices)
Matrix
AbstractMatrixFactory. concat(Calculation.Ret ret, int dimension, Matrix... matrices)
Matrix
AbstractMatrixFactory. copyFromMatrix(Matrix matrix)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, Matrix... matrices)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, Matrix column, long columnCount)
Matrix
AbstractMatrixFactory. horCat(Matrix... matrices)
Matrix
AbstractMatrixFactory. horCat(Matrix column, long columnCount)
Matrix
AbstractMatrixFactory. repmat(Calculation.Ret returnType, Matrix matrix, long... count)
SparseMatrix
DefaultSparseMatrixFactory. sparse(Matrix nonZeros)
<V> Matrix
AbstractMatrixFactory. vertCat(Matrix... matrices)
Matrix
AbstractMatrixFactory. vertCat(Matrix row, long rowCount)
Method parameters in org.ujmp.core.matrix.factory with type arguments of type Matrix Modifier and Type Method Description Matrix
AbstractMatrixFactory. concat(int dimension, java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. concat(Calculation.Ret ret, int dimension, java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. horCat(java.util.Collection<Matrix> matrices)
Matrix
AbstractMatrixFactory. horCat(Calculation.Ret ret, java.util.Collection<Matrix> matrices)
<V> Matrix
AbstractMatrixFactory. vertCat(java.util.Collection<Matrix> matrices)
<V> Matrix
AbstractMatrixFactory. vertCat(Calculation.Ret ret, java.util.Collection<Matrix> matrices)
-
Uses of Matrix in org.ujmp.core.numbermatrix
Subinterfaces of Matrix in org.ujmp.core.numbermatrix Modifier and Type Interface Description interface
BaseNumberMatrix<T extends java.lang.Number>
interface
DenseNumberMatrix<T extends java.lang.Number>
interface
DenseNumberMatrix2D<T extends java.lang.Number>
interface
DenseNumberMatrixMultiD<T extends java.lang.Number>
interface
NumberMatrix<T extends java.lang.Number>
interface
NumberMatrix2D<T extends java.lang.Number>
interface
NumberMatrixMultiD<T extends java.lang.Number>
interface
SparseNumberMatrix<T extends java.lang.Number>
interface
SparseNumberMatrix2D<T extends java.lang.Number>
interface
SparseNumberMatrixMultiD<T extends java.lang.Number>
-
Uses of Matrix in org.ujmp.core.numbermatrix.stub
Classes in org.ujmp.core.numbermatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractNumberMatrix<T extends java.lang.Number>
-
Uses of Matrix in org.ujmp.core.objectmatrix
Subinterfaces of Matrix in org.ujmp.core.objectmatrix Modifier and Type Interface Description interface
BaseObjectMatrix
interface
DenseObjectMatrix
interface
DenseObjectMatrix2D
interface
DenseObjectMatrixMultiD
interface
ObjectMatrix
interface
ObjectMatrix2D
interface
ObjectMatrixMultiD
interface
SparseObjectMatrix
interface
SparseObjectMatrix2D
interface
SparseObjectMatrixMultiD
-
Uses of Matrix in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement Matrix Modifier and Type Class Description class
WelcomeMatrix
Fields in org.ujmp.core.objectmatrix.calculation declared as Matrix Modifier and Type Field Description private Matrix
SetContent. newContent
private Matrix
Join. result
private Matrix
Bootstrap. selection
private Matrix
Shuffle. selection
Methods in org.ujmp.core.objectmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
ObjectCalculations. bootstrap(Calculation.Ret returnType)
Matrix
ObjectCalculations. bootstrap(Calculation.Ret returnType, int count)
Matrix
AbstractObjectCalculation. calcNew()
static Matrix
Convert. calcNew(ValueType valueType, Matrix source)
static Matrix
Convert. calcNew(Matrix matrix)
Matrix
AbstractObjectCalculation. calcOrig()
Matrix
Flipdim. calcOrig()
Matrix
SetContent. calcOrig()
Matrix
Swap. calcOrig()
Matrix
ObjectCalculations. convert(ValueType newValueType)
Creates a copy of the matrix with the desired type for matrix entries.Matrix
ObjectCalculations. delete(Calculation.Ret returnType, long[]... selection)
Delete rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. delete(Calculation.Ret returnType, java.lang.String selection)
Deletes rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. delete(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number>... selection)
Delete rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. deleteColumns(Calculation.Ret returnType, long... colums)
Deletes columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. deleteColumns(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> columns)
Deletes columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. deleteRows(Calculation.Ret returnType, long... rows)
Deletes rows in the Matrix and returns a link to it.Matrix
ObjectCalculations. deleteRows(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> rows)
Deletes rows in the Matrix and returns a link to it.Matrix
ObjectCalculations. diag(Calculation.Ret returnType)
Matrix
ObjectCalculations. extractAnnotation(Calculation.Ret returnType, int dimension)
Generates annotation such as row or column labels from the content of this matrix.Matrix
ObjectCalculations. fill(Calculation.Ret ret, java.lang.Object value)
Returns a matrix with equal size, where all entries are set to a desired value.Matrix
ObjectCalculations. flipdim(Calculation.Ret returnType, int dimension)
Matrix
ObjectCalculations. includeAnnotation(Calculation.Ret returnType, int dimension)
Matrix
ObjectCalculations. replace(Calculation.Ret returnType, java.lang.Object search, java.lang.Object replacement)
Replaces matching values in the matrix with another valueMatrix
ObjectCalculations. reshape(Calculation.Ret returnType, long... newSize)
Matrix
ObjectCalculations. select(Calculation.Ret returnType, long[]... selection)
Selects rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. select(Calculation.Ret returnType, java.lang.String selection)
Selects rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. select(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number>... selection)
Selects rows and columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. selectColumns(Calculation.Ret returnType, long... colums)
Selects columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. selectColumns(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> columns)
Selects columns in the Matrix and returns a link to it.Matrix
ObjectCalculations. selectRows(Calculation.Ret returnType, long... rows)
Selects rows in the Matrix and returns a link to it.Matrix
ObjectCalculations. selectRows(Calculation.Ret returnType, java.util.Collection<? extends java.lang.Number> rows)
Selects rows in the Matrix and returns a link to it.Matrix
ObjectCalculations. shuffle(Calculation.Ret returnType)
Matrix
ObjectCalculations. sortrows(Calculation.Ret returnType, long column, boolean reverse)
Matrix
ObjectCalculations. squeeze(Calculation.Ret returnType)
Matrix
ObjectCalculations. subMatrix(Calculation.Ret returnType, long... minAndMaxCoordinates)
Matrix
ObjectCalculations. swap(Calculation.Ret returnType, int dimension, long pos1, long pos2)
Matrix
ObjectCalculations. toColumnVector(Calculation.Ret returnType)
Matrix
ObjectCalculations. toRowVector(Calculation.Ret returnType)
Matrix
ObjectCalculations. transpose()
Returns the transpose of the Matrix, where rows and columns are exchanged.Matrix
ObjectCalculations. transpose(Calculation.Ret returnType)
Returns the transpose of the Matrix, where rows and columns are exchanged.Matrix
ObjectCalculations. transpose(Calculation.Ret returnType, int dimension1, int dimension2)
Matrix
ObjectCalculations. tril(Calculation.Ret returnType, int k)
Matrix
ObjectCalculations. triu(Calculation.Ret returnType, int k)
Matrix
ObjectCalculations. unique(Calculation.Ret returnType)
Matrix
ObjectCalculations. uniqueValueCount(Calculation.Ret returnType, int dimension)
Methods in org.ujmp.core.objectmatrix.calculation with parameters of type Matrix Modifier and Type Method Description static Matrix
Convert. calcNew(ValueType valueType, Matrix source)
static Matrix
Convert. calcNew(Matrix matrix)
private static long[]
Squeeze. calculateNewSize(Matrix source)
Constructors in org.ujmp.core.objectmatrix.calculation with parameters of type Matrix Constructor Description AbstractObjectCalculation(int dimension, Matrix... sources)
AbstractObjectCalculation(Matrix... sources)
Bootstrap(Matrix m)
Bootstrap(Matrix m, int count)
Concatenation(int dimension, Matrix... matrices)
Deletion(Matrix m, long[]... deletion)
Deletion(Matrix m, java.lang.String deletionString)
Deletion(Matrix m, java.util.Collection<? extends java.lang.Number>... deletion)
Diag(Matrix m)
ExtractAnnotation(Matrix m, int dim)
Fill(Matrix matrix, java.lang.Object value)
Flipdim(int dimension, Matrix m)
IncludeAnnotation(Matrix m, int dim)
Join(Matrix m1, Matrix m2, long column1, long column2)
Replace(Matrix matrix, java.lang.Object search, java.lang.Object replace)
Repmat(Matrix matrix, long... count)
Reshape(Matrix source, long... newSize)
Selection(Matrix m, long[]... selection)
Selection(Matrix m, java.lang.String selectionString)
Selection(Matrix m, java.util.Collection<? extends java.lang.Number>... selection)
SetContent(Matrix source, Matrix newContent, long... position)
Shuffle(Matrix m)
Sortrows(Matrix m, long column, boolean reverse)
Squeeze(Matrix source)
SubMatrix(Matrix m, long... minAndMaxCoordinates)
Swap(int dimension, long pos1, long pos2, Matrix m)
ToObjectMatrix(Matrix matrix)
Transpose(Matrix m)
Transpose(Matrix m, int swap1, int swap2)
Tril(Matrix m, int k)
Triu(Matrix m, int k)
Unique(Matrix m)
UniqueValueCount(Matrix m, int dimension)
Constructor parameters in org.ujmp.core.objectmatrix.calculation with type arguments of type Matrix Constructor Description Concatenation(int dimension, java.util.Collection<Matrix> matrices)
-
Uses of Matrix in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseObjectMatrix2D
class
BufferedObjectMatrix
class
DefaultDenseObjectMatrix2D
class
DefaultDenseObjectMatrixMultiD
class
DefaultSparseColumnObjectMatrix2D
class
DefaultSparseObjectMatrix
class
DefaultSparseRowObjectMatrix2D
class
DefaultTiledObjectMatrix2D
class
EmptyMatrix
class
ObjectCalculationMatrix
class
RemoteObjectMatrixUDP
class
SerializedSparseObjectMatrix
class
ServerObjectMatrixUDP
class
SynchronizedGenericMatrix<T>
class
VolatileSparseObjectMatrix
Fields in org.ujmp.core.objectmatrix.impl declared as Matrix Modifier and Type Field Description private Matrix
BufferedObjectMatrix. inputBuffer
private Matrix
ServerObjectMatrixUDP. matrix
private Matrix
SynchronizedGenericMatrix. matrix
private Matrix
BufferedObjectMatrix. original
Fields in org.ujmp.core.objectmatrix.impl with type parameters of type Matrix Modifier and Type Field Description protected java.util.Map<java.lang.Long,Matrix>
DefaultSparseColumnObjectMatrix2D. columns
private java.util.Map<java.lang.Long,Matrix>
DefaultSparseRowObjectMatrix2D. rows
Methods in org.ujmp.core.objectmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseObjectMatrix2D. copy()
Matrix
DefaultSparseColumnObjectMatrix2D. getColumn(long column)
Matrix
DefaultSparseRowObjectMatrix2D. getRow(long row)
Matrix
DefaultSparseColumnObjectMatrix2D. max(Calculation.Ret returnType, int dimension)
Matrix
DefaultSparseRowObjectMatrix2D. max(Calculation.Ret returnType, int dimension)
Matrix
DefaultSparseColumnObjectMatrix2D. selectColumns(Calculation.Ret returnType, long... columns)
Matrix
DefaultSparseRowObjectMatrix2D. selectRows(Calculation.Ret returnType, long... rows)
Matrix
DefaultDenseObjectMatrix2D. transpose()
Methods in org.ujmp.core.objectmatrix.impl that return types with arguments of type Matrix Modifier and Type Method Description java.util.Map<java.lang.Long,Matrix>
DefaultSparseColumnObjectMatrix2D. getWrappedObject()
java.util.Map<java.lang.Long,Matrix>
DefaultSparseRowObjectMatrix2D. getWrappedObject()
Methods in org.ujmp.core.objectmatrix.impl with parameters of type Matrix Modifier and Type Method Description static DefaultSparseObjectMatrix
DefaultSparseObjectMatrix. fromNonZeros(Matrix nonZeros)
Method parameters in org.ujmp.core.objectmatrix.impl with type arguments of type Matrix Modifier and Type Method Description void
DefaultSparseColumnObjectMatrix2D. setWrappedObject(java.util.Map<java.lang.Long,Matrix> object)
void
DefaultSparseRowObjectMatrix2D. setWrappedObject(java.util.Map<java.lang.Long,Matrix> object)
Constructors in org.ujmp.core.objectmatrix.impl with parameters of type Matrix Constructor Description ArrayDenseObjectMatrix2D(Matrix m)
BufferedObjectMatrix(Matrix original)
BufferedObjectMatrix(Matrix original, int outputBufferSize)
BufferedObjectMatrix(Matrix original, int outputBufferSize, int inputBufferSize)
DefaultDenseObjectMatrix2D(Matrix m)
DefaultDenseObjectMatrixMultiD(Matrix m)
DefaultSparseColumnObjectMatrix2D(Matrix m)
DefaultSparseObjectMatrix(Matrix m)
DefaultSparseObjectMatrix(Matrix m, int maximumNumberOfEntries)
DefaultSparseRowObjectMatrix2D(Matrix m)
DefaultTiledObjectMatrix2D(Matrix source)
SerializedSparseObjectMatrix(Matrix source)
ServerObjectMatrixUDP(Matrix matrix, int port)
SynchronizedGenericMatrix(Matrix source)
VolatileSparseObjectMatrix(Matrix m)
-
Uses of Matrix in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseObjectMatrix
class
AbstractDenseObjectMatrix2D
class
AbstractMapToSparseMatrixWrapper
class
AbstractMapToTiledMatrix2DWrapper
class
AbstractObjectMatrix
class
AbstractSparseObjectMatrix
class
AbstractSparseObjectMatrix2D
Constructors in org.ujmp.core.objectmatrix.stub with parameters of type Matrix Constructor Description AbstractMapToSparseMatrixWrapper(java.util.Map<Coordinates,java.lang.Object> map, Matrix m)
AbstractMapToTiledMatrix2DWrapper(java.util.Map<Coordinates,ObjectMatrix2D> map, Matrix source)
-
Uses of Matrix in org.ujmp.core.setmatrix
Subinterfaces of Matrix in org.ujmp.core.setmatrix Modifier and Type Interface Description interface
SetMatrix<A>
Classes in org.ujmp.core.setmatrix that implement Matrix Modifier and Type Class Description class
AbstractSetMatrix<E>
class
DefaultSetMatrix<A>
-
Uses of Matrix in org.ujmp.core.shortmatrix
Subinterfaces of Matrix in org.ujmp.core.shortmatrix Modifier and Type Interface Description interface
DenseShortMatrix
interface
DenseShortMatrix2D
interface
ShortMatrix
interface
ShortMatrix2D
interface
SparseShortMatrix
interface
SparseShortMatrix2D
-
Uses of Matrix in org.ujmp.core.shortmatrix.calculation
Methods in org.ujmp.core.shortmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractShortCalculation. calcOrig()
Constructors in org.ujmp.core.shortmatrix.calculation with parameters of type Matrix Constructor Description AbstractShortCalculation(int dimension, Matrix... sources)
AbstractShortCalculation(Matrix... sources)
ToShortMatrix(Matrix matrix)
-
Uses of Matrix in org.ujmp.core.shortmatrix.impl
Classes in org.ujmp.core.shortmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseShortMatrix2D
class
DefaultDenseShortMatrix2D
class
DefaultSparseShortMatrix
class
ShortCalculationMatrix
Methods in org.ujmp.core.shortmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseShortMatrix2D. copy()
Matrix
DefaultDenseShortMatrix2D. divide(double v)
Matrix
DefaultDenseShortMatrix2D. minus(double v)
Matrix
DefaultDenseShortMatrix2D. plus(double v)
Matrix
DefaultDenseShortMatrix2D. times(double v)
Matrix
ArrayDenseShortMatrix2D. transpose()
Matrix
DefaultDenseShortMatrix2D. transpose()
Constructors in org.ujmp.core.shortmatrix.impl with parameters of type Matrix Constructor Description DefaultSparseShortMatrix(Matrix m)
DefaultSparseShortMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseShortMatrix
class
AbstractDenseShortMatrix2D
class
AbstractShortMatrix
class
AbstractSparseShortMatrix
class
AbstractSparseShortMatrix2D
-
Uses of Matrix in org.ujmp.core.stringmatrix
Subinterfaces of Matrix in org.ujmp.core.stringmatrix Modifier and Type Interface Description interface
DenseStringMatrix
interface
DenseStringMatrix2D
interface
SparseStringMatrix
interface
SparseStringMatrix2D
interface
StringMatrix
interface
StringMatrix2D
-
Uses of Matrix in org.ujmp.core.stringmatrix.calculation
Methods in org.ujmp.core.stringmatrix.calculation that return Matrix Modifier and Type Method Description Matrix
AbstractStringCalculation. calcOrig()
Matrix
StringCalculations. convertEncoding(Calculation.Ret returnType, java.lang.String encoding)
Matrix
StringCalculations. lowerCase(Calculation.Ret returnType)
Matrix
StringCalculations. removePunctuation(Calculation.Ret ret)
Matrix
StringCalculations. removeWords(Calculation.Ret ret, java.util.Collection<java.lang.String> words)
Matrix
StringCalculations. replaceRegex(Calculation.Ret returnType, java.lang.String search, java.lang.String replacement)
Replaces matching text in every entry of the matrix.Matrix
StringCalculations. replaceRegex(Calculation.Ret returnType, java.util.regex.Pattern search, java.lang.String replacement)
Replaces matching text in every entry of the matrix.Matrix
StringCalculations. stem(Calculation.Ret ret)
Matrix
StringCalculations. tfIdf(boolean calculateTf, boolean calculateIdf, boolean normalize)
Matrix
StringCalculations. translate(Calculation.Ret returnType, java.lang.String sourceLanguage, java.lang.String targetLanguage)
Matrix
StringCalculations. upperCase(Calculation.Ret returnType)
Constructors in org.ujmp.core.stringmatrix.calculation with parameters of type Matrix Constructor Description AbstractStringCalculation(int dimension, Matrix... sources)
AbstractStringCalculation(Matrix... sources)
ConvertEncoding(Matrix m, java.lang.String encoding)
LowerCase(Matrix m)
RemovePunctuation(Matrix m)
RemoveWords(Matrix m, java.util.Collection<java.lang.String> words)
ReplaceRegex(Matrix matrix, java.lang.String searchString, java.lang.String replaceString)
ReplaceRegex(Matrix matrix, java.util.regex.Pattern searchPattern, java.lang.String replaceString)
Stem(Matrix m)
ToStringMatrix(Matrix matrix)
Translate(Matrix m, java.lang.String sourceLanguage, java.lang.String targetLanguage)
UpperCase(Matrix m)
-
Uses of Matrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement Matrix Modifier and Type Class Description class
ArrayDenseStringMatrix2D
class
DefaultDenseStringMatrix2D
class
DefaultSparseStringMatrix
class
DenseCSVStringMatrix2D
class
SparseCSVMatrix
class
StringCalculationMatrix
Methods in org.ujmp.core.stringmatrix.impl that return Matrix Modifier and Type Method Description Matrix
DefaultDenseStringMatrix2D. copy()
Matrix
DefaultDenseStringMatrix2D. transpose()
Constructors in org.ujmp.core.stringmatrix.impl with parameters of type Matrix Constructor Description ArrayDenseStringMatrix2D(Matrix source)
DefaultDenseStringMatrix2D(Matrix m)
DefaultSparseStringMatrix(Matrix m)
DefaultSparseStringMatrix(Matrix m, int maximumNumberOfEntries)
-
Uses of Matrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement Matrix Modifier and Type Class Description class
AbstractDenseStringMatrix
class
AbstractDenseStringMatrix2D
class
AbstractSparseStringMatrix
class
AbstractSparseStringMatrix2D
class
AbstractStringMatrix
-
Uses of Matrix in org.ujmp.core.text
Subinterfaces of Matrix in org.ujmp.core.text Modifier and Type Interface Description interface
TextBlock
interface
TextSentence
interface
TextToken
Classes in org.ujmp.core.text that implement Matrix Modifier and Type Class Description class
DefaultTextBlock
class
DefaultTextSentence
class
DefaultTextToken
Fields in org.ujmp.core.text declared as Matrix Modifier and Type Field Description private Matrix
Language. charBigramFrequencies
static Matrix
English. CHARBIGRAMFREQUENCIES
static Matrix
German. CHARBIGRAMFREQUENCIES
private Matrix
Language. charFrequencies
static Matrix
English. CHARFREQUENCIES
static Matrix
German. CHARFREQUENCIES
Methods in org.ujmp.core.text that return Matrix Modifier and Type Method Description static Matrix
TextUtil. createBagOfWordsVector(java.lang.String string, java.util.List<java.lang.String> dictionary)
Matrix
Language. getCharacterBigramFrequencies()
static Matrix
TextUtil. getCharacterBigramFrequencies(java.lang.String s, char... validCharacters)
Matrix
Language. getCharacterFrequencies()
static Matrix
TextUtil. getCharacterTrigramFrequencies(java.lang.String s, char... validCharacters)
static Matrix
TextUtil. stringToVector(java.lang.String string)
static Matrix
TextUtil. stringToVector(java.lang.String string, int size)
Constructors in org.ujmp.core.text with parameters of type Matrix Constructor Description Language(char[] alphabet, char[] allowedCharacters, Matrix charFrequencies, Matrix charBigramFrequencies, double averageWordLength)
-
Uses of Matrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement Matrix Modifier and Type Class Description class
TimeSeriesMatrix
Methods in org.ujmp.core.timeseries with parameters of type Matrix Modifier and Type Method Description void
TimeSeriesMatrix. addEvent(long timestamp, Matrix value)
void
TimeSeriesMatrix. addEvents(Matrix events)
Adds the events of a new Matrix to the time series. -
Uses of Matrix in org.ujmp.core.treematrix
Subinterfaces of Matrix in org.ujmp.core.treematrix Modifier and Type Interface Description interface
TreeMatrix<T>
Classes in org.ujmp.core.treematrix that implement Matrix Modifier and Type Class Description class
AbstractTreeMatrix<T>
class
DefaultTreeMatrix<T>
class
ObjectTreeMatrix
-
Uses of Matrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement Matrix Modifier and Type Class Description class
DefaultSparseDoubleVector1D
class
UJMPSettings
Fields in org.ujmp.core.util with type parameters of type Matrix Modifier and Type Field Description static Chol<Matrix>
DecompositionOps. CHOL_EJML
static Chol<Matrix>
DecompositionOps. CHOL_JBLAS
static Chol<Matrix>
DecompositionOps. CHOL_MTJ
static Chol<Matrix>
DecompositionOps. CHOL_OJALGO
static Chol<Matrix>
DecompositionOps. CHOL_UJMP
static Eig<Matrix>
DecompositionOps. EIG_EJML
static Eig<Matrix>
DecompositionOps. EIG_JBLAS
static Eig<Matrix>
DecompositionOps. EIG_MTJ
static Eig<Matrix>
DecompositionOps. EIG_OJALGO
static Eig<Matrix>
DecompositionOps. EIG_UJMP
static Inv<Matrix>
DecompositionOps. INV_EJML
static Inv<Matrix>
DecompositionOps. INV_JBLAS
static Inv<Matrix>
DecompositionOps. INV_MTJ
static Inv<Matrix>
DecompositionOps. INV_OJALGO
static Inv<Matrix>
DecompositionOps. INV_UJMP
static InvSPD<Matrix>
DecompositionOps. INVSPD_EJML
static InvSPD<Matrix>
DecompositionOps. INVSPD_JBLAS
static InvSPD<Matrix>
DecompositionOps. INVSPD_MTJ
static InvSPD<Matrix>
DecompositionOps. INVSPD_OJALGO
static InvSPD<Matrix>
DecompositionOps. INVSPD_PARALLELCOLT
static InvSPD<Matrix>
DecompositionOps. INVSPD_UJMP
static LU<Matrix>
DecompositionOps. LU_EJML
static LU<Matrix>
DecompositionOps. LU_JBLAS
static LU<Matrix>
DecompositionOps. LU_MTJ
static LU<Matrix>
DecompositionOps. LU_OJALGO
static LU<Matrix>
DecompositionOps. LU_UJMP
static QR<Matrix>
DecompositionOps. QR_EJML
static QR<Matrix>
DecompositionOps. QR_MTJ
static QR<Matrix>
DecompositionOps. QR_OJALGO
static QR<Matrix>
DecompositionOps. QR_UJMP
static Solve<Matrix>
DecompositionOps. SOLVE_EJML
static Solve<Matrix>
DecompositionOps. SOLVE_JBLAS
static Solve<Matrix>
DecompositionOps. SOLVE_MTJ
static Solve<Matrix>
DecompositionOps. SOLVE_OJALGO
static Solve<Matrix>
DecompositionOps. SOLVE_PARALLELCOLT
static Solve<Matrix>
DecompositionOps. SOLVE_UJMP
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_EJML
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_JBLAS
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_MTJ
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_OJALGO
static SolveSPD<Matrix>
DecompositionOps. SOLVESPD_UJMP
static SVD<Matrix>
DecompositionOps. SVD_EJML
static SVD<Matrix>
DecompositionOps. SVD_MTJ
static SVD<Matrix>
DecompositionOps. SVD_OJALGO
static SVD<Matrix>
DecompositionOps. SVD_UJMP
Methods in org.ujmp.core.util that return Matrix Modifier and Type Method Description Matrix
DefaultSparseDoubleVector1D. divide(double value)
Matrix
DefaultSparseDoubleVector1D. divide(Matrix matrix)
static Matrix
MathUtil. getMatrix(java.lang.Object o)
Matrix
Matlab. getMatrix(java.lang.String label)
Matrix
Octave. getMatrix(java.lang.String label)
Matrix
R. getMatrix(java.lang.String label)
Matrix
UJMPContentHandler. getResult()
static Matrix
XMLUtil. parse(java.io.File file)
static Matrix
XMLUtil. parse(java.io.InputStream is)
static Matrix
JsonUtil. parseJson(java.io.Reader reader)
static Matrix
JsonUtil. parseJson(java.lang.String string)
static Matrix
JsonUtil. parseJson(org.json.JSONTokener t)
Matrix
DefaultSparseDoubleVector1D. times(double value)
Matrix
DefaultSparseDoubleVector1D. times(Matrix matrix)
Methods in org.ujmp.core.util with parameters of type Matrix Modifier and Type Method Description static double
MathUtil. accuracy(Matrix confusionMatrix)
void
Matlab. bar(Matrix matrix, java.lang.String... format)
void
Octave. bar(Matrix matrix, java.lang.String... format)
void
Octave. bar(Matrix x, Matrix y, java.lang.String... format)
void
Matlab. barh(Matrix matrix, java.lang.String... format)
void
R. boxplot(Matrix matrix, java.lang.String... format)
void
Octave. contour(Matrix z, Matrix n, Matrix x, Matrix y, java.lang.String... format)
Matrix
DefaultSparseDoubleVector1D. divide(Matrix matrix)
void
Matlab. errorbar(Matrix x, Matrix y, Matrix e, java.lang.String... format)
static double
MathUtil. f1Measure(Matrix confusionMatrix, long catIndex)
static double
MathUtil. f1MeasureMacro(Matrix confusionMatrix)
static double
MathUtil. f1MeasureMicro(Matrix confusionMatrix)
private java.lang.StringBuffer
UJMPFormat. format(Matrix obj, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
private java.lang.StringBuffer
UJMPFormat. formatMultiLine(Matrix m, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
static java.lang.String
GnuPlot. getPlotCommand(Matrix matrix, boolean withlines, boolean withpoints)
void
Matlab. hist(Matrix matrix, java.lang.String... format)
void
Octave. hist(Matrix matrix, java.lang.String... format)
void
Octave. hist(Matrix x, Matrix y, java.lang.String... format)
void
R. hist(Matrix matrix, java.lang.String... format)
void
R. image(Matrix matrix, java.lang.String... format)
void
Matlab. imagesc(Matrix matrix, java.lang.String... format)
void
Octave. loglog(Matrix matrix, java.lang.String... format)
void
Octave. loglog(Matrix x, Matrix y, java.lang.String... format)
void
Octave. mesh(Matrix x, Matrix y, Matrix z, java.lang.String... format)
void
R. pairs(Matrix matrix, java.lang.String... format)
void
Matlab. pie(Matrix matrix, java.lang.String... format)
void
Matlab. pie3(Matrix matrix, java.lang.String... format)
void
GnuPlot. plot(Matrix matrix, java.lang.String... format)
void
Matlab. plot(Matrix matrix, java.lang.String... format)
void
Matlab. plot(Matrix x, Matrix y, java.lang.String... format)
void
Octave. plot(Matrix matrix, java.lang.String... format)
void
Octave. plot(Matrix x, Matrix y, java.lang.String... format)
void
R. plot(Matrix matrix, java.lang.String... format)
void
Matlab. plotmatrix(Matrix matrix, java.lang.String... format)
void
Octave. polar(Matrix theta, Matrix rho, java.lang.String... format)
static double
MathUtil. precision(Matrix confusionMatrix, long catIndex)
static double
MathUtil. precisionMacro(Matrix confusionMatrix)
static double
MathUtil. precisionMicro(Matrix confusionMatrix)
void
R. qqnorm(Matrix matrix, java.lang.String... format)
static double
MathUtil. recall(Matrix confusionMatrix, long catIndex)
static double
MathUtil. recallMacro(Matrix confusionMatrix)
static double
MathUtil. recallMicro(Matrix confusionMatrix)
void
GnuPlot. scatterPlot(Matrix matrix, java.lang.String... format)
void
Octave. semilogx(Matrix matrix, java.lang.String... format)
void
Octave. semilogx(Matrix x, Matrix y, java.lang.String... format)
void
Octave. semilogy(Matrix matrix, java.lang.String... format)
void
Octave. semilogy(Matrix x, Matrix y, java.lang.String... format)
void
GnuPlot. setMatrix(java.lang.String label, Matrix matrix)
void
Matlab. setMatrix(java.lang.String label, Matrix matrix)
void
Octave. setMatrix(java.lang.String label, Matrix matrix)
void
R. setMatrix(java.lang.String label, Matrix matrix)
void
Octave. stairs(Matrix matrix, java.lang.String... format)
void
Octave. stairs(Matrix x, Matrix y, java.lang.String... format)
void
Matlab. stem(Matrix matrix, java.lang.String... format)
void
Matlab. surf(Matrix matrix, java.lang.String... format)
Matrix
DefaultSparseDoubleVector1D. times(Matrix matrix)
static java.lang.String
JsonUtil. toJson(Matrix m)
static java.lang.String
StringUtil. toString(Matrix m, java.lang.Object... parameters)
static long
MathUtil. totalCorrect(Matrix confusionMatrix)
static void
VerifyUtil. verify2D(Matrix m)
static void
VerifyUtil. verifyNotNull(Matrix m)
static void
VerifyUtil. verifySameSize(Matrix... matrices)
static void
VerifyUtil. verifySameSize(Matrix m1, Matrix m2)
static void
VerifyUtil. verifySingleValue(Matrix matrix)
static void
VerifyUtil. verifySquare(Matrix matrix)
static void
XMLUtil. write(java.io.File file, Matrix matrix)
static void
XMLUtil. write(java.io.OutputStream out, Matrix matrix)
static void
XMLUtil. write(java.io.Writer pw, Matrix matrix)
Method parameters in org.ujmp.core.util with type arguments of type Matrix Modifier and Type Method Description static java.lang.String
StringUtil. getAllAsString(java.util.Collection<Matrix> collection)
-
Uses of Matrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement Matrix Modifier and Type Class Description class
ClientMatrix
Fields in org.ujmp.core.util.io declared as Matrix Modifier and Type Field Description private Matrix
MatrixCommunicationThread. matrix
private Matrix
MatrixSocketThread. matrix
Methods in org.ujmp.core.util.io that return Matrix Modifier and Type Method Description Matrix
ClientMatrix. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Methods in org.ujmp.core.util.io with parameters of type Matrix Modifier and Type Method Description Matrix
ClientMatrix. plus(Calculation.Ret returnType, boolean ignoreNaN, Matrix m)
Constructors in org.ujmp.core.util.io with parameters of type Matrix Constructor Description MatrixCommunicationThread(Matrix matrix, java.net.Socket socket)
MatrixSocketThread(Matrix matrix, java.net.ServerSocket serverSocket)
-
Uses of Matrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement Matrix Modifier and Type Class Description class
AvailableProcessorsMatrix
class
FileFormatMatrix
class
HttpMatrix
class
IrisMatrix
class
LocalhostMatrix
class
MandelbrotMatrix
class
MatrixLibraries
class
MemoryUsageMatrix
class
NetworkInterfaceMatrix
class
NetworkMatrix
class
OperatingSystemMatrix
class
RandomSeedMatrix
class
RemoteHostMatrix
class
RunningThreadsMatrix
class
SubnetMatrix
class
SystemEnvironmentMatrix
class
SystemPropertiesMatrix
class
SystemTimeMatrix
class
TextContentMatrix
class
UJMPPluginsMatrix
Fields in org.ujmp.core.util.matrices declared as Matrix Modifier and Type Field Description private Matrix
OperatingSystemMatrix. matrix
private Matrix
SystemTimeMatrix. matrix
private Matrix
UJMPPluginsMatrix. matrix
Methods in org.ujmp.core.util.matrices that return Matrix Modifier and Type Method Description Matrix
SubnetMatrix. get(java.lang.Object key)
-
Uses of Matrix in org.ujmp.gui
Fields in org.ujmp.gui declared as Matrix Modifier and Type Field Description protected Matrix
AbstractMatrixGUIObject. matrix
Methods in org.ujmp.gui that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixGUIObject. getMatrix()
Matrix
MatrixGUIObject. getMatrix()
Constructors in org.ujmp.gui with parameters of type Matrix Constructor Description AbstractMatrixGUIObject(Matrix matrix)
DefaultMatrixGUIObject(Matrix matrix)
-
Uses of Matrix in org.ujmp.gui.actions
Methods in org.ujmp.gui.actions that return Matrix Modifier and Type Method Description Matrix
AbstractMatrixAction. getMatrix()
-
Uses of Matrix in org.ujmp.gui.clipboard
Constructors in org.ujmp.gui.clipboard with parameters of type Matrix Constructor Description MatrixSelection(Matrix matrix)
-
Uses of Matrix in org.ujmp.gui.frame
Constructors in org.ujmp.gui.frame with parameters of type Matrix Constructor Description AbstractFrame(Matrix matrix, javax.swing.JComponent component)
MatrixFrame(Matrix m)
-
Uses of Matrix in org.ujmp.gui.panels
Constructors in org.ujmp.gui.panels with parameters of type Matrix Constructor Description AbstractMatrixPanel(Matrix m)
-
Uses of Matrix in org.ujmp.gui.plot
Constructors in org.ujmp.gui.plot with parameters of type Matrix Constructor Description MatrixPlot(Matrix m)
-
Uses of Matrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement Matrix Modifier and Type Class Description class
MatrixUIDefaults
-
Uses of Matrix in org.ujmp.jama
Classes in org.ujmp.jama that implement Matrix Modifier and Type Class Description class
JamaDenseDoubleMatrix2D
Methods in org.ujmp.jama that return Matrix Modifier and Type Method Description Matrix
JamaDenseDoubleMatrix2D. chol()
Matrix
JamaDenseDoubleMatrix2D. copy()
Matrix
JamaDenseDoubleMatrix2D. divide(double value)
Matrix[]
JamaDenseDoubleMatrix2D. eig()
Matrix
JamaDenseDoubleMatrix2D. inv()
Matrix
JamaDenseDoubleMatrix2D. invSPD()
Matrix[]
JamaDenseDoubleMatrix2D. lu()
Matrix
JamaDenseDoubleMatrix2D. minus(Matrix m)
Matrix
JamaDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
JamaDenseDoubleMatrix2D. plus(Matrix m)
Matrix[]
JamaDenseDoubleMatrix2D. qr()
Matrix
JamaDenseDoubleMatrix2D. solve(Matrix b)
Matrix
JamaDenseDoubleMatrix2D. solveSPD(Matrix b)
Matrix[]
JamaDenseDoubleMatrix2D. svd()
Matrix
JamaDenseDoubleMatrix2D. times(double value)
Matrix
JamaDenseDoubleMatrix2D. transpose()
Methods in org.ujmp.jama with parameters of type Matrix Modifier and Type Method Description Matrix
JamaDenseDoubleMatrix2D. minus(Matrix m)
Matrix
JamaDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
JamaDenseDoubleMatrix2D. plus(Matrix m)
Matrix
JamaDenseDoubleMatrix2D. solve(Matrix b)
Matrix
JamaDenseDoubleMatrix2D. solveSPD(Matrix b)
Constructors in org.ujmp.jama with parameters of type Matrix Constructor Description JamaDenseDoubleMatrix2D(Matrix source)
-
Uses of Matrix in org.ujmp.jama.benchmark
Methods in org.ujmp.jama.benchmark with parameters of type Matrix Modifier and Type Method Description DoubleMatrix2D
JamaDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
-
Uses of Matrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement Matrix Modifier and Type Class Description class
JBlasDenseDoubleMatrix2D
Methods in org.ujmp.jblas that return Matrix Modifier and Type Method Description Matrix
JBlasDenseDoubleMatrix2D. chol()
Matrix
JBlasDenseDoubleMatrix2D. copy()
Matrix
JBlasDenseDoubleMatrix2D. divide(double value)
Matrix[]
JBlasDenseDoubleMatrix2D. eig()
Matrix
JBlasDenseDoubleMatrix2D. inv()
Matrix
JBlasDenseDoubleMatrix2D. invSPD()
Matrix[]
JBlasDenseDoubleMatrix2D. lu()
Matrix
JBlasDenseDoubleMatrix2D. minus(double value)
Matrix
JBlasDenseDoubleMatrix2D. minus(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. plus(double value)
Matrix
JBlasDenseDoubleMatrix2D. plus(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. solve(Matrix b)
Matrix[]
JBlasDenseDoubleMatrix2D. svd()
Matrix
JBlasDenseDoubleMatrix2D. times(double value)
Matrix
JBlasDenseDoubleMatrix2D. transpose()
Methods in org.ujmp.jblas with parameters of type Matrix Modifier and Type Method Description Matrix
JBlasDenseDoubleMatrix2D. minus(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. plus(Matrix m)
Matrix
JBlasDenseDoubleMatrix2D. solve(Matrix b)
Constructors in org.ujmp.jblas with parameters of type Matrix Constructor Description JBlasDenseDoubleMatrix2D(Matrix source)
-
Uses of Matrix in org.ujmp.jblas.benchmark
Methods in org.ujmp.jblas.benchmark with parameters of type Matrix Modifier and Type Method Description DoubleMatrix2D
JBlasDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
-
Uses of Matrix in org.ujmp.jblas.calculation
Methods in org.ujmp.jblas.calculation that return Matrix Modifier and Type Method Description Matrix
Chol. calc(Matrix source)
Matrix[]
Eig. calc(Matrix source)
Matrix
Inv. calc(Matrix source)
Matrix
InvSPD. calc(Matrix source)
Matrix[]
LU. calc(Matrix source)
Matrix
Solve. calc(Matrix a, Matrix b)
Matrix
SolveSPD. calc(Matrix a, Matrix b)
Matrix[]
SVD. calc(Matrix source)
Matrix
Chol. solve(Matrix a, Matrix b)
Matrix
LU. solve(Matrix a, Matrix b)
Methods in org.ujmp.jblas.calculation with parameters of type Matrix Modifier and Type Method Description Matrix
Chol. calc(Matrix source)
Matrix[]
Eig. calc(Matrix source)
Matrix
Inv. calc(Matrix source)
Matrix
InvSPD. calc(Matrix source)
Matrix[]
LU. calc(Matrix source)
void
Mtimes. calc(Matrix source1, Matrix source2, Matrix target)
Matrix
Solve. calc(Matrix a, Matrix b)
Matrix
SolveSPD. calc(Matrix a, Matrix b)
Matrix[]
SVD. calc(Matrix source)
Matrix
Chol. solve(Matrix a, Matrix b)
Matrix
LU. solve(Matrix a, Matrix b)
-
Uses of Matrix in org.ujmp.jdbc
Methods in org.ujmp.jdbc with parameters of type Matrix Modifier and Type Method Description static void
ExportMatrixJDBC. toDatabase(Matrix matrix, java.lang.String url, java.lang.String tablename, java.lang.String username, java.lang.String password)
static void
ExportMatrixJDBC. toDatabase(Matrix matrix, DBType type, java.lang.String host, int port, java.lang.String databasename, java.lang.String tablename, java.lang.String username, java.lang.String password)
-
Uses of Matrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement Matrix Modifier and Type Class Description class
JDBCMapMatrix<K,V>
-
Uses of Matrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement Matrix Modifier and Type Class Description class
AbstractDenseJDBCMatrix2D
class
DenseDerbyMatrix2D
class
DenseHSQLDBMatrix2D
class
DenseMySQLMatrix2D
class
DensePostgreSQLMatrix2D
class
JDBCCatalogListMatrix
class
JDBCCatalogMatrix
class
JDBCSparseObjectMatrix
Methods in org.ujmp.jdbc.matrix that return Matrix Modifier and Type Method Description Matrix
JDBCCatalogMatrix. get(int index)
Matrix
JDBCCatalogMatrix. removeFromList(int index)
Matrix
JDBCCatalogMatrix. setToList(int index, Matrix element)
Methods in org.ujmp.jdbc.matrix with parameters of type Matrix Modifier and Type Method Description void
JDBCCatalogMatrix. addToList(int index, Matrix element)
boolean
JDBCCatalogMatrix. addToList(Matrix t)
Matrix
JDBCCatalogMatrix. setToList(int index, Matrix element)
Constructors in org.ujmp.jdbc.matrix with parameters of type Matrix Constructor Description JDBCSparseObjectMatrix(Matrix source)
-
Uses of Matrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement Matrix Modifier and Type Class Description class
JDBCSetMatrix<V>
-
Uses of Matrix in org.ujmp.jetty.handlers
Fields in org.ujmp.jetty.handlers declared as Matrix Modifier and Type Field Description private Matrix
HomeHandler. matrix
-
Uses of Matrix in org.ujmp.jfreechart
Constructors in org.ujmp.jfreechart with parameters of type Matrix Constructor Description MatrixChartPanel(Matrix m)
MatrixChartPanel(Matrix m, ChartConfiguration config)
-
Uses of Matrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement Matrix Modifier and Type Class Description class
La4JDenseDoubleMatrix2D
Methods in org.ujmp.la4j that return Matrix Modifier and Type Method Description Matrix
La4JDenseDoubleMatrix2D. chol()
Matrix
La4JDenseDoubleMatrix2D. divide(double value)
Matrix[]
La4JDenseDoubleMatrix2D. eig()
Matrix
La4JDenseDoubleMatrix2D. inv()
Matrix[]
La4JDenseDoubleMatrix2D. lu()
Matrix
La4JDenseDoubleMatrix2D. minus(double value)
Matrix
La4JDenseDoubleMatrix2D. minus(Matrix m)
Matrix
La4JDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
La4JDenseDoubleMatrix2D. plus(double value)
Matrix
La4JDenseDoubleMatrix2D. plus(Matrix m)
Matrix[]
La4JDenseDoubleMatrix2D. qr()
Matrix[]
La4JDenseDoubleMatrix2D. svd()
Matrix
La4JDenseDoubleMatrix2D. times(double value)
Matrix
La4JDenseDoubleMatrix2D. transpose()
Methods in org.ujmp.la4j with parameters of type Matrix Modifier and Type Method Description Matrix
La4JDenseDoubleMatrix2D. minus(Matrix m)
Matrix
La4JDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
La4JDenseDoubleMatrix2D. plus(Matrix m)
Constructors in org.ujmp.la4j with parameters of type Matrix Constructor Description La4JDenseDoubleMatrix2D(Matrix source)
-
Uses of Matrix in org.ujmp.mail
Classes in org.ujmp.mail that implement Matrix Modifier and Type Class Description class
MessageMatrix
class
MessagesMatrix
Methods in org.ujmp.mail that return Matrix Modifier and Type Method Description static Matrix
ImportMatrixImapFolders. fromURL(java.lang.String url, java.lang.Object... parameters)
static Matrix
ImportMatrixImapMessages. fromURL(java.lang.String url, java.lang.Object... parameters)
Matrix
MessagesMatrix. get(int index)
Matrix
MessagesMatrix. removeFromList(int index)
Matrix
MessagesMatrix. setToList(int index, Matrix element)
Methods in org.ujmp.mail with parameters of type Matrix Modifier and Type Method Description void
MessagesMatrix. addToList(int index, Matrix element)
boolean
MessagesMatrix. addToList(Matrix t)
Matrix
MessagesMatrix. setToList(int index, Matrix element)
-
Uses of Matrix in org.ujmp.pdfbox
Methods in org.ujmp.pdfbox that return Matrix Modifier and Type Method Description static Matrix
ImportMatrixPDF. fromFile(java.io.File file)
static Matrix
ImportMatrixPDF. fromStream(java.io.InputStream inputStream)
-
Uses of Matrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement Matrix Modifier and Type Class Description class
VecMathDenseDoubleMatrix2D
Methods in org.ujmp.vecmath that return Matrix Modifier and Type Method Description Matrix[]
VecMathDenseDoubleMatrix2D. lu()
Matrix
VecMathDenseDoubleMatrix2D. minus(Matrix m)
Matrix
VecMathDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
VecMathDenseDoubleMatrix2D. plus(Matrix m)
Matrix[]
VecMathDenseDoubleMatrix2D. svd()
Methods in org.ujmp.vecmath with parameters of type Matrix Modifier and Type Method Description Matrix
VecMathDenseDoubleMatrix2D. minus(Matrix m)
Matrix
VecMathDenseDoubleMatrix2D. mtimes(Matrix m)
Matrix
VecMathDenseDoubleMatrix2D. plus(Matrix m)
Constructors in org.ujmp.vecmath with parameters of type Matrix Constructor Description VecMathDenseDoubleMatrix2D(Matrix source)
-
Uses of Matrix in org.ujmp.vecmath.benchmark
Methods in org.ujmp.vecmath.benchmark with parameters of type Matrix Modifier and Type Method Description DoubleMatrix2D
VecMathDenseDoubleMatrix2DBenchmark. createMatrix(Matrix source)
-