Uses of Interface
org.ujmp.core.Matrix
Packages that use Matrix
Package
Description
-
Uses of Matrix in org.ujmp.colt
Classes in org.ujmp.colt that implement MatrixMethods in org.ujmp.colt that return MatrixModifier and TypeMethodDescriptionColtDenseDoubleMatrix2D.chol()
ColtSparseDoubleMatrix2D.chol()
ColtDenseDoubleMatrix2D.copy()
ColtSparseDoubleMatrix2D.copy()
ColtDenseDoubleMatrix2D.divide
(double value) ColtSparseDoubleMatrix2D.divide
(double value) Matrix[]
ColtDenseDoubleMatrix2D.eig()
Matrix[]
ColtSparseDoubleMatrix2D.eig()
ColtDenseDoubleMatrix2D.inv()
ColtSparseDoubleMatrix2D.inv()
ColtDenseDoubleMatrix2D.invSPD()
ColtSparseDoubleMatrix2D.invSPD()
Matrix[]
ColtDenseDoubleMatrix2D.lu()
Matrix[]
ColtSparseDoubleMatrix2D.lu()
ColtDenseDoubleMatrix2D.minus
(double value) ColtSparseDoubleMatrix2D.minus
(double value) ColtDenseDoubleMatrix2D.plus
(double value) ColtSparseDoubleMatrix2D.plus
(double value) Matrix[]
ColtDenseDoubleMatrix2D.qr()
Matrix[]
ColtSparseDoubleMatrix2D.qr()
Matrix[]
ColtDenseDoubleMatrix2D.svd()
Matrix[]
ColtSparseDoubleMatrix2D.svd()
ColtDenseDoubleMatrix2D.times
(double value) ColtSparseDoubleMatrix2D.times
(double value) ColtDenseDoubleMatrix2D.transpose()
ColtSparseDoubleMatrix2D.transpose()
Methods in org.ujmp.colt with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.colt with parameters of type MatrixModifierConstructorDescriptionColtDenseDoubleMatrix2D
(Matrix source) ColtSparseDoubleMatrix2D
(Matrix source) -
Uses of Matrix in org.ujmp.colt.benchmark
Methods in org.ujmp.colt.benchmark with parameters of type MatrixModifier and TypeMethodDescriptionColtDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) ColtSparseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of Matrix in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement MatrixModifier and TypeClassDescriptionclass
class
class
Methods in org.ujmp.commonsmath that return MatrixModifier and TypeMethodDescriptionAbstractCommonsMathDenseDoubleMatrix2D.chol()
CommonsMathArrayDenseDoubleMatrix2D.chol()
CommonsMathBlockDenseDoubleMatrix2D.chol()
CommonsMathDenseDoubleMatrix2DFactory.dense
(org.apache.commons.math3.linear.RealMatrix matrix) AbstractCommonsMathDenseDoubleMatrix2D.divide
(double value) CommonsMathArrayDenseDoubleMatrix2D.divide
(double value) CommonsMathBlockDenseDoubleMatrix2D.divide
(double value) Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D.eig()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D.eig()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D.eig()
AbstractCommonsMathDenseDoubleMatrix2D.inv()
CommonsMathArrayDenseDoubleMatrix2D.inv()
CommonsMathBlockDenseDoubleMatrix2D.inv()
AbstractCommonsMathDenseDoubleMatrix2D.invSPD()
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D.lu()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D.lu()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D.lu()
AbstractCommonsMathDenseDoubleMatrix2D.minus
(double value) CommonsMathArrayDenseDoubleMatrix2D.minus
(double value) CommonsMathBlockDenseDoubleMatrix2D.minus
(double value) AbstractCommonsMathDenseDoubleMatrix2D.plus
(double value) CommonsMathArrayDenseDoubleMatrix2D.plus
(double value) CommonsMathBlockDenseDoubleMatrix2D.plus
(double value) Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D.qr()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D.qr()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D.qr()
Matrix[]
AbstractCommonsMathDenseDoubleMatrix2D.svd()
Matrix[]
CommonsMathArrayDenseDoubleMatrix2D.svd()
Matrix[]
CommonsMathBlockDenseDoubleMatrix2D.svd()
AbstractCommonsMathDenseDoubleMatrix2D.times
(double value) CommonsMathArrayDenseDoubleMatrix2D.times
(double value) CommonsMathBlockDenseDoubleMatrix2D.times
(double value) AbstractCommonsMathDenseDoubleMatrix2D.transpose()
CommonsMathArrayDenseDoubleMatrix2D.transpose()
CommonsMathBlockDenseDoubleMatrix2D.transpose()
Methods in org.ujmp.commonsmath with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.commonsmath with parameters of type Matrix -
Uses of Matrix in org.ujmp.commonsmath.benchmark
Methods in org.ujmp.commonsmath.benchmark with parameters of type MatrixModifier and TypeMethodDescriptionCommonsMathArrayDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) CommonsMathBlockDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) -
Uses of Matrix in org.ujmp.core
Subinterfaces of Matrix in org.ujmp.coreModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
Classes in org.ujmp.core that implement MatrixFields in org.ujmp.core with type parameters of type MatrixModifier and TypeFieldDescriptionMatrix.chol
static final DivideMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.divideMatrix
static final DivideMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.divideMatrix
static final DivideMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.divideMatrix
static final DivideScalarCalculation<Matrix,
Matrix> Matrix.divideScalar
static final DivideScalarCalculation<Matrix,
Matrix> Matrix.divideScalar
Matrix.eig
Matrix.inv
Matrix.lu
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.minusMatrix
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.minusMatrix
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.minusMatrix
static final MinusScalarCalculation<Matrix,
Matrix> Matrix.minusScalar
static final MinusScalarCalculation<Matrix,
Matrix> Matrix.minusScalar
static final MtimesCalculation<Matrix,
Matrix, Matrix> Matrix.mtimes
static final MtimesCalculation<Matrix,
Matrix, Matrix> Matrix.mtimes
static final MtimesCalculation<Matrix,
Matrix, Matrix> Matrix.mtimes
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.plusMatrix
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.plusMatrix
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.plusMatrix
static final PlusScalarCalculation<Matrix,
Matrix> Matrix.plusScalar
static final PlusScalarCalculation<Matrix,
Matrix> Matrix.plusScalar
Matrix.qr
Matrix.solve
Matrix.svd
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.timesMatrix
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.timesMatrix
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> Matrix.timesMatrix
static final TimesScalarCalculation<Matrix,
Matrix> Matrix.timesScalar
static final TimesScalarCalculation<Matrix,
Matrix> Matrix.timesScalar
static final TransposeCalculation<Matrix,
Matrix> Matrix.transpose
static final TransposeCalculation<Matrix,
Matrix> Matrix.transpose
Methods in org.ujmp.core that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractMatrix.abs
(Calculation.Ret returnType) final Matrix
AbstractMatrix.addMissing
(Calculation.Ret returnType, int dimension, double... percentMissing) final Matrix
AbstractMatrix.and
(Calculation.Ret returnType, boolean value) final Matrix
AbstractMatrix.and
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.append
(Calculation.Ret returnType, int dimension, Matrix... matrices) final Matrix
AbstractMatrix.appendHorizontally
(Calculation.Ret returnType, Matrix... matrices) final Matrix
AbstractMatrix.appendVertically
(Calculation.Ret returnType, Matrix... matrices) AbstractMatrix.atimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) AbstractMatrix.bootstrap
(Calculation.Ret returnType) AbstractMatrix.bootstrap
(Calculation.Ret returnType, int count) final Matrix
AbstractMatrix.ceil
(Calculation.Ret returnType) AbstractMatrix.center
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) AbstractMatrix.chol()
AbstractMatrix.clone()
Matrix.clone()
final Matrix
AbstractMatrix.convertEncoding
(Calculation.Ret returnType, String encoding) AbstractMatrix.corrcoef
(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection) AbstractMatrix.cos
(Calculation.Ret returnType) AbstractMatrix.cosh
(Calculation.Ret returnType) final Matrix
AbstractMatrix.cosineSimilarity
(Calculation.Ret returnType, boolean ignoreNaN) AbstractMatrix.countMissing
(Calculation.Ret returnType, int dimension) AbstractMatrix.cov
(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection) final Matrix
AbstractMatrix.cumprod
(boolean ignoreNaN) final Matrix
AbstractMatrix.cumsum
(boolean ignoreNaN) final Matrix
AbstractMatrix.delete
(Calculation.Ret returnType, long[]... selection) final Matrix
AbstractMatrix.delete
(Calculation.Ret returnType, String selection) final Matrix
AbstractMatrix.delete
(Calculation.Ret returnType, Collection<? extends Number>... selection) final Matrix
AbstractMatrix.deleteColumns
(Calculation.Ret returnType, long... columns) final Matrix
AbstractMatrix.deleteColumns
(Calculation.Ret returnType, Collection<? extends Number> columns) final Matrix
AbstractMatrix.deleteColumnsWithMissingValues
(Calculation.Ret returnType) final Matrix
AbstractMatrix.deleteRows
(Calculation.Ret returnType, long... rows) final Matrix
AbstractMatrix.deleteRows
(Calculation.Ret returnType, Collection<? extends Number> rows) final Matrix
AbstractMatrix.deleteRowsWithMissingValues
(Calculation.Ret returnType, long threshold) AbstractMatrix.diag
(Calculation.Ret returnType) AbstractMatrix.diff
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) AbstractMatrix.discretize
(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins) AbstractMatrix.discretize
(Calculation.Ret returnType, Dictionary dictionary) AbstractMatrix.discretizeToBoolean
(int targetColumnCount) final Matrix
AbstractMatrix.discretizeToColumns
(long column) AbstractMatrix.divide
(double divisor) AbstractMatrix.divide
(Calculation.Ret returnType, boolean ignoreNaN, double factor) AbstractMatrix.divide
(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor) Matrix[]
AbstractMatrix.eig()
Matrix[]
AbstractMatrix.eigSymm()
final Matrix
AbstractMatrix.eq
(Calculation.Ret returnType, Object value) final Matrix
AbstractMatrix.eq
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.euklideanDistance
(Calculation.Ret returnType, boolean ignoreNaN) final Matrix
AbstractMatrix.exp
(Calculation.Ret returnType) final Matrix
AbstractMatrix.extractAnnotation
(Calculation.Ret returnType, int dimension) final Matrix
AbstractMatrix.eye
(Calculation.Ret ret) final Matrix
AbstractMatrix.fadeIn
(Calculation.Ret ret, int dimension) final Matrix
AbstractMatrix.fadeOut
(Calculation.Ret ret, int dimension) final Matrix
AbstractMatrix.fill
(Calculation.Ret ret, Object value) AbstractMatrix.flipdim
(Calculation.Ret returnType, int dimension) final Matrix
AbstractMatrix.floor
(Calculation.Ret returnType) final Matrix
AbstractMatrix.ge
(Calculation.Ret returnType, double value) final Matrix
AbstractMatrix.ge
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.getAsMatrix
(long... coordinates) AbstractMatrix.getMetaDataDimensionMatrix
(int dimension) final Matrix
AbstractMatrix.getMetaDataMatrix
(Object key) AbstractMatrix.ginv()
AbstractMatrix.grayScale
(Calculation.Ret returnType, GrayScale.ColorChannel colorChannel) final Matrix
AbstractMatrix.gt
(Calculation.Ret returnType, double value) final Matrix
AbstractMatrix.gt
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.impute
(Calculation.Ret returnType, Impute.ImputationMethod method, Object... parameters) final Matrix
AbstractMatrix.includeAnnotation
(Calculation.Ret returnType, int dimension) AbstractMatrix.indexOfMax
(Calculation.Ret returnType, int dimension) AbstractMatrix.indexOfMin
(Calculation.Ret returnType, int dimension) AbstractMatrix.inv()
AbstractMatrix.invSPD()
AbstractMatrix.invSymm()
final Matrix
AbstractMatrix.le
(Calculation.Ret returnType, double value) final Matrix
AbstractMatrix.le
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.log
(Calculation.Ret returnType) final Matrix
AbstractMatrix.log10
(Calculation.Ret returnType) final Matrix
AbstractMatrix.log2
(Calculation.Ret returnType) final Matrix
AbstractMatrix.logistic
(Calculation.Ret returnType) AbstractMatrix.lowerCase
(Calculation.Ret returnType) final Matrix
AbstractMatrix.lt
(Calculation.Ret returnType, double value) final Matrix
AbstractMatrix.lt
(Calculation.Ret returnType, Matrix matrix) Matrix[]
AbstractMatrix.lu()
AbstractMatrix.manhattenDistance
(Calculation.Ret returnType, boolean ignoreNaN) AbstractMatrix.max
(Calculation.Ret returnType, int dimension) AbstractMatrix.mean
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) AbstractMatrix.min
(Calculation.Ret returnType, int dimension) final Matrix
AbstractMatrix.minkowskiDistance
(Calculation.Ret returnType, double p, boolean ignoreNaN) AbstractMatrix.minus
(double value) AbstractMatrix.minus
(Calculation.Ret returnType, boolean ignoreNaN, double v) AbstractMatrix.minus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) AbstractMatrix.mtimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) AbstractMatrix.mutualInf
(Calculation.Ret returnType) final Matrix
AbstractMatrix.nans
(Calculation.Ret ret) final Matrix
AbstractMatrix.ne
(Calculation.Ret returnType, Object value) final Matrix
AbstractMatrix.ne
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.normalize
(Calculation.Ret returnType, int dimension) final Matrix
AbstractMatrix.not
(Calculation.Ret returnType) final Matrix
AbstractMatrix.ones
(Calculation.Ret ret) final Matrix
AbstractMatrix.or
(Calculation.Ret returnType, boolean value) final Matrix
AbstractMatrix.or
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.pairedTTest
(Calculation.Ret returnType) AbstractMatrix.pinv()
AbstractMatrix.pinv
(int k) AbstractMatrix.plus
(double value) AbstractMatrix.plus
(Calculation.Ret returnType, boolean ignoreNaN, double v) AbstractMatrix.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) final Matrix
AbstractMatrix.power
(Calculation.Ret returnType, double power) final Matrix
AbstractMatrix.power
(Calculation.Ret returnType, Matrix power) AbstractMatrix.princomp()
AbstractMatrix.prod
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) Matrix[]
AbstractMatrix.qr()
final Matrix
AbstractMatrix.rand
(Calculation.Ret ret) final Matrix
AbstractMatrix.randn
(Calculation.Ret ret) AbstractMatrix.removePunctuation
(Calculation.Ret ret) AbstractMatrix.removeWords
(Calculation.Ret ret, Collection<String> words) final Matrix
AbstractMatrix.replace
(Calculation.Ret returnType, Object search, Object replacement) AbstractMatrix.replaceMissingBy
(Matrix matrix) final Matrix
AbstractMatrix.replaceRegex
(Calculation.Ret returnType, String search, String replacement) final Matrix
AbstractMatrix.replaceRegex
(Calculation.Ret returnType, Pattern search, String replacement) final Matrix
AbstractMatrix.reshape
(Calculation.Ret returnType, long... newSize) final Matrix
AbstractMatrix.round
(Calculation.Ret returnType) final Matrix
AbstractMatrix.select
(Calculation.Ret returnType, long[]... selection) final Matrix
AbstractMatrix.select
(Calculation.Ret returnType, String selection) final Matrix
AbstractMatrix.select
(Calculation.Ret returnType, Collection<? extends Number>... selection) AbstractMatrix.selectColumns
(Calculation.Ret returnType, long... columns) final Matrix
AbstractMatrix.selectColumns
(Calculation.Ret returnType, Collection<? extends Number> columns) AbstractMatrix.selectRows
(Calculation.Ret returnType, long... rows) final Matrix
AbstractMatrix.selectRows
(Calculation.Ret returnType, Collection<? extends Number> rows) final Matrix
AbstractMatrix.setContent
(Calculation.Ret returnType, Matrix newContent, long... position) final Matrix
AbstractMatrix.shuffle
(Calculation.Ret returnType) final Matrix
AbstractMatrix.sign
(Calculation.Ret returnType) AbstractMatrix.sin
(Calculation.Ret returnType) AbstractMatrix.sinh
(Calculation.Ret returnType) final Matrix
AbstractMatrix.sortrows
(Calculation.Ret returnType, long column, boolean reverse) final Matrix
AbstractMatrix.sqrt
(Calculation.Ret returnType) final Matrix
AbstractMatrix.squeeze
(Calculation.Ret returnType) AbstractMatrix.standardize
(Calculation.Ret returnType, int dimension) AbstractMatrix.std
(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection) AbstractMatrix.stem
(Calculation.Ret ret) final Matrix
AbstractMatrix.subMatrix
(Calculation.Ret returnType, long... startAndEndCoordinates) final Matrix
AbstractMatrix.sum
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) Matrix[]
AbstractMatrix.svd()
final Matrix[]
AbstractMatrix.svd
(int k) AbstractMatrix.swap
(Calculation.Ret returnType, int dimension, long pos1, long pos2) AbstractMatrix.tan
(Calculation.Ret returnType) AbstractMatrix.tanh()
AbstractMatrix.tanh
(Calculation.Ret returnType) AbstractMatrix.tfIdf
(boolean calculateTf, boolean calculateIdf, boolean normalize) AbstractMatrix.times
(double factor) AbstractMatrix.times
(Calculation.Ret returnType, boolean ignoreNaN, double factor) AbstractMatrix.times
(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor) final Matrix
AbstractMatrix.toColumnVector
(Calculation.Ret returnType) final Matrix
AbstractMatrix.toRowVector
(Calculation.Ret returnType) AbstractMatrix.translate
(Calculation.Ret returnType, String sourceLanguage, String targetLanguage) AbstractMatrix.transpose()
AbstractMatrix.transpose
(Calculation.Ret returnType) AbstractMatrix.transpose
(Calculation.Ret returnType, int dimension1, int dimension2) AbstractMatrix.tril
(Calculation.Ret returnType, int k) AbstractMatrix.triu
(Calculation.Ret returnType, int k) AbstractMatrix.unique
(Calculation.Ret returnType) AbstractMatrix.uniqueValueCount
(Calculation.Ret returnType, int dimension) AbstractMatrix.upperCase
(Calculation.Ret returnType) AbstractMatrix.var
(Calculation.Ret returnType, int dimension, boolean ignoreNaN, boolean besselsCorrection) final Matrix
AbstractMatrix.xor
(Calculation.Ret returnType, boolean value) final Matrix
AbstractMatrix.xor
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.zeros
(Calculation.Ret ret) Methods in org.ujmp.core that return types with arguments of type MatrixModifier and TypeMethodDescriptionAbstractMatrix.getColumnList()
BaseMatrixFactory<? extends Matrix>
AbstractMatrix.getFactory()
AbstractMatrix.getRowList()
Methods in org.ujmp.core with parameters of type MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractMatrix.and
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.append
(Calculation.Ret returnType, int dimension, Matrix... matrices) final Matrix
AbstractMatrix.appendHorizontally
(Calculation.Ret returnType, Matrix... matrices) final Matrix
AbstractMatrix.appendVertically
(Calculation.Ret returnType, Matrix... matrices) AbstractMatrix.atimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) double
AbstractMatrix.chebyshevDistanceTo
(Matrix m, boolean ignoreNaN) int
double
AbstractMatrix.cosineSimilarityTo
(Matrix m, boolean ignoreNaN) AbstractMatrix.divide
(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor) final Matrix
AbstractMatrix.eq
(Calculation.Ret returnType, Matrix matrix) double
AbstractMatrix.euklideanDistanceTo
(Matrix m, boolean ignoreNaN) final Matrix
AbstractMatrix.ge
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.gt
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.le
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.lt
(Calculation.Ret returnType, Matrix matrix) double
AbstractMatrix.manhattenDistanceTo
(Matrix m, boolean ignoreNaN) double
AbstractMatrix.minkowskiDistanceTo
(Matrix m, double p, boolean ignoreNaN) AbstractMatrix.minus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) AbstractMatrix.mtimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) final Matrix
AbstractMatrix.ne
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractMatrix.or
(Calculation.Ret returnType, Matrix matrix) AbstractMatrix.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) final Matrix
AbstractMatrix.power
(Calculation.Ret returnType, Matrix power) AbstractMatrix.replaceMissingBy
(Matrix matrix) void
AbstractMatrix.setAsMatrix
(Matrix m, long... coordinates) final Matrix
AbstractMatrix.setContent
(Calculation.Ret returnType, Matrix newContent, long... position) void
AbstractMatrix.setMetaDataDimensionMatrix
(int dimension, Matrix matrix) AbstractMatrix.times
(Calculation.Ret returnType, boolean ignoreNaN, Matrix factor) final Matrix
AbstractMatrix.xor
(Calculation.Ret returnType, Matrix matrix) -
Uses of Matrix in org.ujmp.core.annotation
Methods in org.ujmp.core.annotation that return MatrixModifier and TypeMethodDescriptionHasMetaData.getMetaDataDimensionMatrix
(int dimension) HasMetaData.getMetaDataMatrix
(Object key) Methods in org.ujmp.core.annotation with parameters of type MatrixModifier and TypeMethodDescriptionvoid
HasMetaData.setMetaDataDimensionMatrix
(int dimension, Matrix matrix) -
Uses of Matrix in org.ujmp.core.benchmark
Classes in org.ujmp.core.benchmark that implement MatrixFields in org.ujmp.core.benchmark with type parameters of type MatrixMethods in org.ujmp.core.benchmark with parameters of type MatrixModifier and TypeMethodDescriptionabstract DoubleMatrix2D
AbstractMatrix2DBenchmark.createMatrix
(Matrix source) ArrayDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) static DoubleMatrix2D
BenchmarkUtil.createMatrix
(Class<? extends Matrix> matrixClass, Matrix source) BlockDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) DefaultDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source) static double
BenchmarkUtil.difference
(Matrix m1, Matrix m2) static BigDecimal
static void
BenchmarkUtil.randPositiveDefinite
(long benchmarkSeed, int run, int id, Matrix matrix) Method parameters in org.ujmp.core.benchmark with type arguments of type MatrixModifier and TypeMethodDescriptionstatic DoubleMatrix2D
BenchmarkUtil.createMatrix
(Class<? extends Matrix> matrixClass, long... size) static DoubleMatrix2D
BenchmarkUtil.createMatrix
(Class<? extends Matrix> matrixClass, Matrix source) abstract BenchmarkResult
AbstractBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) CholBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) EigBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) InvBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) InvSPDBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) MtimesBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) PlusMatrixBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) SolveSquareBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) SolveTallBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) SVDBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) TimesScalarBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) TransposeBenchmarkTask.task
(Class<? extends Matrix> matrixClass, long benchmarkSeed, int run, long[] size) Constructor parameters in org.ujmp.core.benchmark with type arguments of type MatrixModifierConstructorDescriptionAbstractBenchmarkTask
(long benchmarkSeed, Class<? extends Matrix> matrixClass, List<long[]> sizes, BenchmarkConfig config) -
Uses of Matrix in org.ujmp.core.bigdecimalmatrix
Subinterfaces of Matrix in org.ujmp.core.bigdecimalmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.bigdecimalmatrix.calculation
Methods in org.ujmp.core.bigdecimalmatrix.calculation that return MatrixConstructors in org.ujmp.core.bigdecimalmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractBigDecimalCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Constructors in org.ujmp.core.bigdecimalmatrix.impl with parameters of type MatrixModifierConstructorDescriptionDefaultSparseBigDecimalMatrix
(Matrix m, int maximumNumberOfEntries) -
Uses of Matrix in org.ujmp.core.bigdecimalmatrix.stub
Classes in org.ujmp.core.bigdecimalmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.bigintegermatrix
Subinterfaces of Matrix in org.ujmp.core.bigintegermatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.bigintegermatrix.calculation
Methods in org.ujmp.core.bigintegermatrix.calculation that return MatrixConstructors in org.ujmp.core.bigintegermatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractBigIntegerCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Constructors in org.ujmp.core.bigintegermatrix.impl with parameters of type MatrixModifierConstructorDescriptionDefaultSparseBigIntegerMatrix
(Matrix m, int maximumNumberOfEntries) -
Uses of Matrix in org.ujmp.core.bigintegermatrix.stub
Classes in org.ujmp.core.bigintegermatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.booleanmatrix
Subinterfaces of Matrix in org.ujmp.core.booleanmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.booleanmatrix.calculation
Methods in org.ujmp.core.booleanmatrix.calculation that return MatrixModifier and TypeMethodDescriptionBooleanCalculations.and
(Calculation.Ret returnType, boolean value) BooleanCalculations.and
(Calculation.Ret returnType, Matrix matrix) final Matrix
AbstractBooleanCalculation.calcOrig()
BooleanCalculations.eq
(Calculation.Ret returnType, Object value) BooleanCalculations.eq
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.ge
(Calculation.Ret returnType, double value) BooleanCalculations.ge
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.gt
(Calculation.Ret returnType, double value) BooleanCalculations.gt
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.le
(Calculation.Ret returnType, double value) BooleanCalculations.le
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.lt
(Calculation.Ret returnType, double value) BooleanCalculations.lt
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.ne
(Calculation.Ret returnType, Object value) BooleanCalculations.ne
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.not
(Calculation.Ret returnType) BooleanCalculations.or
(Calculation.Ret returnType, boolean value) BooleanCalculations.or
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.xor
(Calculation.Ret returnType, boolean value) BooleanCalculations.xor
(Calculation.Ret returnType, Matrix matrix) Methods in org.ujmp.core.booleanmatrix.calculation with parameters of type MatrixModifier and TypeMethodDescriptionBooleanCalculations.and
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.eq
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.ge
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.gt
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.le
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.lt
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.ne
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.or
(Calculation.Ret returnType, Matrix matrix) BooleanCalculations.xor
(Calculation.Ret returnType, Matrix matrix) Constructors in org.ujmp.core.booleanmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractBooleanCalculation
(int dimension, Matrix... sources) AbstractBooleanCalculation
(Matrix... sources) ToBooleanMatrix
(Matrix matrix) -
Uses of Matrix in org.ujmp.core.booleanmatrix.impl
Classes in org.ujmp.core.booleanmatrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.booleanmatrix.impl that return MatrixConstructors in org.ujmp.core.booleanmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.booleanmatrix.stub
Classes in org.ujmp.core.booleanmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.bytearraymatrix
Subinterfaces of Matrix in org.ujmp.core.bytearraymatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.bytearraymatrix.stub
Classes in org.ujmp.core.bytearraymatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.bytematrix
Subinterfaces of Matrix in org.ujmp.core.bytematrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.bytematrix.calculation
Methods in org.ujmp.core.bytematrix.calculation that return MatrixConstructors in org.ujmp.core.bytematrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractByteCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.bytematrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseByteMatrix2D.copy()
final Matrix
DefaultDenseByteMatrix2D.divide
(double v) final Matrix
DefaultDenseByteMatrix2D.minus
(double v) final Matrix
DefaultDenseByteMatrix2D.plus
(double v) final Matrix
DefaultDenseByteMatrix2D.times
(double v) final Matrix
ArrayDenseByteMatrix2D.transpose()
final Matrix
DefaultDenseByteMatrix2D.transpose()
Constructors in org.ujmp.core.bytematrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.bytematrix.stub
Classes in org.ujmp.core.bytematrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.calculation
Fields in org.ujmp.core.calculation declared as MatrixFields in org.ujmp.core.calculation with type parameters of type MatrixModifier and TypeFieldDescriptionstatic final DivideMatrixCalculation<Matrix,
Matrix, Matrix> DivideMatrix.MATRIX
static final DivideMatrixCalculation<Matrix,
Matrix, Matrix> DivideMatrix.MATRIX
static final DivideMatrixCalculation<Matrix,
Matrix, Matrix> DivideMatrix.MATRIX
static final DivideScalarCalculation<Matrix,
Matrix> DivideScalar.MATRIX
static final DivideScalarCalculation<Matrix,
Matrix> DivideScalar.MATRIX
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> MinusMatrix.MATRIX
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> MinusMatrix.MATRIX
static final MinusMatrixCalculation<Matrix,
Matrix, Matrix> MinusMatrix.MATRIX
static final MinusScalarCalculation<Matrix,
Matrix> MinusScalar.MATRIX
static final MinusScalarCalculation<Matrix,
Matrix> MinusScalar.MATRIX
static final MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MATRIX
static final MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MATRIX
static final MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MATRIX
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> PlusMatrix.MATRIX
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> PlusMatrix.MATRIX
static final PlusMatrixCalculation<Matrix,
Matrix, Matrix> PlusMatrix.MATRIX
static final PlusScalarCalculation<Matrix,
Matrix> PlusScalar.MATRIX
static final PlusScalarCalculation<Matrix,
Matrix> PlusScalar.MATRIX
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> TimesMatrix.MATRIX
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> TimesMatrix.MATRIX
static final TimesMatrixCalculation<Matrix,
Matrix, Matrix> TimesMatrix.MATRIX
static final TimesScalarCalculation<Matrix,
Matrix> TimesScalar.MATRIX
static final TimesScalarCalculation<Matrix,
Matrix> TimesScalar.MATRIX
static final TransposeCalculation<Matrix,
Matrix> Transpose.MATRIX
static final TransposeCalculation<Matrix,
Matrix> Transpose.MATRIX
static MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MTIMES_JBLAS
static MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MTIMES_JBLAS
static MtimesCalculation<Matrix,
Matrix, Matrix> Mtimes.MTIMES_JBLAS
static final MtimesCalculation<SparseMatrix,
Matrix, Matrix> Mtimes.SPARSEMATRIX1
static final MtimesCalculation<SparseMatrix,
Matrix, Matrix> Mtimes.SPARSEMATRIX1
static final MtimesCalculation<Matrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIX2
static final MtimesCalculation<Matrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIX2
static final MtimesCalculation<SparseMatrix,
SparseMatrix, Matrix> Mtimes.SPARSEMATRIXBOTH
Methods in org.ujmp.core.calculation that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractCalculation.calc
(Calculation.Ret returnType) Calculation.calc
(Calculation.Ret returnType) Calculation.calcLink()
Calculation.calcNew()
Calculation.calcOrig()
final Matrix
AbstractCalculation.getSource()
Calculation.getSource()
final Matrix[]
AbstractCalculation.getSources()
Matrix[]
Calculation.getSources()
Methods in org.ujmp.core.calculation with parameters of type MatrixModifier and TypeMethodDescriptionfinal void
final void
final void
DivideScalarMatrix.calc
(Matrix source, BigDecimal divisor, Matrix target) final void
final void
final void
MinusScalarMatrix.calc
(Matrix source, BigDecimal value, Matrix target) final void
final void
MtimesSparseMatrix1.calc
(SparseMatrix source1, Matrix source2, Matrix target) final void
MtimesSparseMatrix2.calc
(Matrix source1, SparseMatrix source2, Matrix target) final void
MtimesSparseMatrixBoth.calc
(SparseMatrix source1, SparseMatrix source2, Matrix target) final void
final void
final void
PlusScalarMatrix.calc
(Matrix source, BigDecimal value, Matrix target) final void
final void
final void
TimesScalarMatrix.calc
(Matrix source, BigDecimal factor, Matrix target) final void
private final void
Constructors in org.ujmp.core.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractCalculation
(int dimension, Matrix... sources) AbstractCalculation
(Matrix... sources) -
Uses of Matrix in org.ujmp.core.charmatrix
Subinterfaces of Matrix in org.ujmp.core.charmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.charmatrix.calculation
Methods in org.ujmp.core.charmatrix.calculation that return MatrixConstructors in org.ujmp.core.charmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractCharCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.charmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseCharMatrix2D.copy()
final Matrix
DefaultDenseCharMatrix2D.divide
(double v) final Matrix
DefaultDenseCharMatrix2D.minus
(double v) final Matrix
DefaultDenseCharMatrix2D.plus
(double v) final Matrix
DefaultDenseCharMatrix2D.times
(double v) final Matrix
ArrayDenseCharMatrix2D.transpose()
final Matrix
DefaultDenseCharMatrix2D.transpose()
Constructors in org.ujmp.core.charmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.charmatrix.stub
Classes in org.ujmp.core.charmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.collections.list
Classes in org.ujmp.core.collections.list that implement Matrix -
Uses of Matrix in org.ujmp.core.doublematrix
Subinterfaces of Matrix in org.ujmp.core.doublematrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.doublematrix.calculation
Methods in org.ujmp.core.doublematrix.calculation that return MatrixModifier and TypeMethodDescriptionAbstractDoubleCalculation.calcNew()
AbstractDoubleCalculation.calcOrig()
Constructors in org.ujmp.core.doublematrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractDoubleCalculation
(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 MatrixModifier and TypeMethodDescriptionBasicDoubleCalculations.atimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Performs an averaging matrix multiplication on the two matrices.BasicDoubleCalculations.divide
(double value) Divides every entry in the matrix by a scalar.BasicDoubleCalculations.divide
(Calculation.Ret returnType, boolean ignoreNaN, double value) Divides every entry in the matrix by a scalar.BasicDoubleCalculations.divide
(Calculation.Ret returnType, boolean ignoreNaN, Matrix value) Divides every entry in the matrix by the entries of another matrix.Calculates an entrywise division of the two matrices.BasicDoubleCalculations.minus
(double value) Subtracts a specified value from all entries in the matrix.BasicDoubleCalculations.minus
(Calculation.Ret returnType, boolean ignoreNaN, double value) Subtracts a specified value from all entries in the matrix.BasicDoubleCalculations.minus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Calculates the difference of the entries in both matricesCalculates the difference of the entries in both matricesBasicDoubleCalculations.mtimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Performs a matrix multiplication on the two matrices.Performs a matrix multiplication on the two matrices.BasicDoubleCalculations.plus
(double value) Adds a specified value to all entries in the matrix.BasicDoubleCalculations.plus
(Calculation.Ret returnType, boolean ignoreNaN, double value) Adds a specified value from all entries in the matrix.BasicDoubleCalculations.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Calculates the sum of the entries in both matricesCalculates the sum of the entries in both matricesBasicDoubleCalculations.times
(double value) Multiplies every entry in the matrix with a scalar.BasicDoubleCalculations.times
(Calculation.Ret returnType, boolean ignoreNaN, double value) Multiplies every entry in the matrix with a scalar.BasicDoubleCalculations.times
(Calculation.Ret returnType, boolean ignoreNaN, Matrix value) Multiplies every entry in the matrix with the entries of another Matrix.Calculates the entrywise product of the two matrices.Methods in org.ujmp.core.doublematrix.calculation.basic with parameters of type MatrixModifier and TypeMethodDescriptionBasicDoubleCalculations.atimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Performs an averaging matrix multiplication on the two matrices.BasicDoubleCalculations.divide
(Calculation.Ret returnType, boolean ignoreNaN, Matrix value) Divides every entry in the matrix by the entries of another matrix.Calculates an entrywise division of the two matrices.BasicDoubleCalculations.minus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Calculates the difference of the entries in both matricesCalculates the difference of the entries in both matricesBasicDoubleCalculations.mtimes
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Performs a matrix multiplication on the two matrices.Performs a matrix multiplication on the two matrices.BasicDoubleCalculations.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix matrix) Calculates the sum of the entries in both matricesCalculates the sum of the entries in both matricesBasicDoubleCalculations.times
(Calculation.Ret returnType, boolean ignoreNaN, Matrix value) Multiplies every entry in the matrix with the entries of another Matrix.Calculates the entrywise product of the two matrices.Constructors in org.ujmp.core.doublematrix.calculation.basic with parameters of type MatrixModifierConstructorDescriptionDivideMatrix
(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) 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 MatrixModifier and TypeMethodDescriptionBasicEntrywiseDoubleCalculations.abs
(Calculation.Ret returnType) Calculates the absolute values of all entries in a Matrix.BasicEntrywiseDoubleCalculations.exp
(Calculation.Ret returnType) Calculates the exponential function for all entries in the Matrix.BasicEntrywiseDoubleCalculations.log
(Calculation.Ret returnType) Calculates the natural logarithm of all entries in the Matrix.BasicEntrywiseDoubleCalculations.log10
(Calculation.Ret returnType) Calculates the logarithm with basis 10 of all entries in the Matrix.BasicEntrywiseDoubleCalculations.log2
(Calculation.Ret returnType) Calculates the logarithm with basis 2 of all entries in the Matrix.BasicEntrywiseDoubleCalculations.logistic
(Calculation.Ret returnType) Calculates the logistic function for all entries in the Matrix.BasicEntrywiseDoubleCalculations.power
(Calculation.Ret returnType, double power) Calculates this matrix to the power of the given value (entrywise).BasicEntrywiseDoubleCalculations.power
(Calculation.Ret returnType, Matrix power) Calculates this matrix to the power of the given matrix (entrywise).BasicEntrywiseDoubleCalculations.sign
(Calculation.Ret returnType) Calculates the sign of the entries in a 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 MatrixModifier and TypeMethodDescriptionBasicEntrywiseDoubleCalculations.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 -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.creators
Methods in org.ujmp.core.doublematrix.calculation.entrywise.creators that return MatrixModifier and TypeMethodDescriptionCreatorDoubleCalculations.eye
(Calculation.Ret ret) Returns a matrix with ones at the diagonal.CreatorDoubleCalculations.nans
(Calculation.Ret ret) Returns a matrix with equal size, where all entries are set to Double.NaN.CreatorDoubleCalculations.ones
(Calculation.Ret ret) Returns a matrix with equal size, where all entries are set to 1.0.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.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.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 MatrixModifierConstructorDescription -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic
Methods in org.ujmp.core.doublematrix.calculation.entrywise.hyperbolic that return MatrixModifier and TypeMethodDescriptionHyperbolicDoubleCalculations.cosh
(Calculation.Ret returnType) Calculates the hyperbolic cosinus of all entries in the matrix.HyperbolicDoubleCalculations.sinh
(Calculation.Ret returnType) Calculates the hyperbolic sinus of all entries in the matrix.HyperbolicDoubleCalculations.tanh()
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 -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.misc
Methods in org.ujmp.core.doublematrix.calculation.entrywise.misc that return MatrixModifier and TypeMethodDescriptionMiscEntrywiseDoubleCalculations.grayScale
(Calculation.Ret ret, GrayScale.ColorChannel colorChannel) Constructors in org.ujmp.core.doublematrix.calculation.entrywise.misc with parameters of type MatrixModifierConstructorDescriptionGrayScale
(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 MatrixModifier and TypeMethodDescriptionRoundingDoubleCalculations.ceil
(Calculation.Ret returnType) Returns a matrix with all entries rounded up to the next integer.RoundingDoubleCalculations.floor
(Calculation.Ret returnType) Returns a matrix with all entries rounded down to the next integer.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 -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric
Methods in org.ujmp.core.doublematrix.calculation.entrywise.trigonometric that return MatrixModifier and TypeMethodDescriptionTrigonometricDoubleCalculations.cos
(Calculation.Ret returnType) Calculates the cosinus of all entries in the matrix.TrigonometricDoubleCalculations.sin
(Calculation.Ret returnType) Calculates the sinus of all entries in the 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 -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as MatrixModifier and TypeFieldDescriptionprivate Matrix
Princomp.pca
private Matrix
Pinv.pinv
private final Matrix
SVDTask.source
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition with type parameters of type MatrixModifier and TypeFieldDescriptionChol.INSTANCE
Eig.INSTANCE
Inv.INSTANCE
InvSPD.INSTANCE
InvSymm.INSTANCE
LU.INSTANCE
QR.INSTANCE
Solve.INSTANCE
SolveSPD.INSTANCE
SolveSymm.INSTANCE
SVD.INSTANCE
Chol.MATRIX
Eig.MATRIX
Inv.MATRIX
InvSPD.MATRIX
InvSymm.MATRIX
LU.MATRIX
QR.MATRIX
Solve.MATRIX
SolveSPD.MATRIX
SolveSymm.MATRIX
SVD.MATRIX
InvSPD.MATRIXLARGEMULTITHREADED
InvSymm.MATRIXLARGEMULTITHREADED
InvSPD.MATRIXLARGESINGLETHREADED
InvSymm.MATRIXLARGESINGLETHREADED
InvSPD.MATRIXSMALLMULTITHREADED
InvSymm.MATRIXSMALLMULTITHREADED
InvSPD.MATRIXSMALLSINGLETHREADED
InvSymm.MATRIXSMALLSINGLETHREADED
SolveSPD.MATRIXSQUARELARGEMULTITHREADED
SolveSymm.MATRIXSQUARELARGEMULTITHREADED
SolveSPD.MATRIXSQUARELARGESINGLETHREADED
SolveSymm.MATRIXSQUARELARGESINGLETHREADED
SolveSPD.MATRIXSQUARESMALLMULTITHREADED
SolveSymm.MATRIXSQUARESMALLMULTITHREADED
SolveSPD.MATRIXSQUARESMALLSINGLETHREADED
SolveSymm.MATRIXSQUARESMALLSINGLETHREADED
Chol.UJMP
Eig.UJMP
Inv.UJMP
InvSPD.UJMP
InvSymm.UJMP
LU.UJMP
QR.UJMP
SVD.UJMP
Solve.UJMPSQUARE
SolveSPD.UJMPSQUARE
SolveSymm.UJMPSQUARE
Solve.UJMPTALL
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return MatrixModifier and TypeMethodDescriptionstatic Matrix
Ginv.arbitrariness
(Matrix source, Matrix inverse) Calculate the arbitrariness of the solution.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.final Matrix
LU.LUMatrix.getP()
DecompositionDoubleCalculations.ginv()
Calculates a generalized inverse of the MatrixDecompositionDoubleCalculations.inv()
Calculates the inverse of the Matrix using either LUDecomposition (for square matrices) or QRDecomposition (otherwise).DecompositionDoubleCalculations.invSPD()
Calculates the inverse of a symmetric positive definite Matrix using Cholesky Decomposition.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.DecompositionDoubleCalculations.pinv()
Calculates the pseudo inverse of the Matrix using Singular Value Decomposition.DecompositionDoubleCalculations.pinv
(int k) Calculates the pseudo inverse of the Matrix using a low rank approximation of the Singular Value Decomposition.DecompositionDoubleCalculations.princomp()
Projects the matrix into the space of the principal components.Matrix[]
DecompositionDoubleCalculations.qr()
Calculates a QR decomposition of the matrix.static Matrix
Mathematical operator to reduce the bandwidth of a HusoMatrix.static Matrix
Solve A*X = Bfinal Matrix
Least squares solution of A*X = BSolve A*X = BSolve 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 MatrixMethods in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type MatrixModifier and TypeMethodDescriptionstatic 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
Matrix inversion is the reason this Class exists - this method creates a generalized matrix inverse of the current matrix.static Matrix
Mathematical operator to reduce the bandwidth of a HusoMatrix.static Matrix
final DenseDoubleMatrix2D
Solve A*X = BSolve A*X = Bfinal DenseDoubleMatrix2D
Solve A*X = Bfinal Matrix
Least squares solution of A*X = BSolve A*X = BSolve A*X = Bstatic void
Swap components in the two columns.static void
Swap the matrices so that the largest value is on the pivotstatic void
Swap components in the two rows.Constructors in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type MatrixModifierConstructorDescriptionCholMatrix
(Matrix Arg) Cholesky algorithm for symmetric and positive definite matrix.Check for symmetry, then construct the eigenvalue decompositionLU DecompositionQR Decomposition, computed by Householder reflections.Construct the singular value decompositionConstruct the singular value decompositionConstruct the singular value decomposition -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.discretize
Methods in org.ujmp.core.doublematrix.calculation.general.discretize that return MatrixModifier and TypeMethodDescriptionDiscretizeCalculations.discretize
(Calculation.Ret returnType, int dimension, Discretize.DiscretizationMethod method, int numberOfBins) DiscretizeCalculations.discretize
(Calculation.Ret returnType, Dictionary dictionary) DiscretizeCalculations.discretizeToBoolean
(int targetColumnCount) 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 MatrixModifier and TypeFieldDescriptionprivate 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 MatrixModifier and TypeMethodDescriptionMiscGeneralDoubleCalculations.append
(Calculation.Ret returnType, int dimension, Matrix... matrices) MiscGeneralDoubleCalculations.appendHorizontally
(Calculation.Ret returnType, Matrix... matrices) MiscGeneralDoubleCalculations.appendVertically
(Calculation.Ret returnType, Matrix... matrices) MiscGeneralDoubleCalculations.center
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) Subtracts the mean from the matrix.MiscGeneralDoubleCalculations.fadeIn
(Calculation.Ret ret, int dimension) MiscGeneralDoubleCalculations.fadeOut
(Calculation.Ret ret, int dimensions) MiscGeneralDoubleCalculations.normalize
(Calculation.Ret returnType, int dimension) MiscGeneralDoubleCalculations.replaceMissingBy
(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 MatrixModifier and TypeMethodDescriptionMiscGeneralDoubleCalculations.append
(Calculation.Ret returnType, int dimension, Matrix... matrices) MiscGeneralDoubleCalculations.appendHorizontally
(Calculation.Ret returnType, Matrix... matrices) MiscGeneralDoubleCalculations.appendVertically
(Calculation.Ret returnType, Matrix... matrices) static double
CosineSimilarity.getCosineSimilartiy
(Matrix m1, Matrix m2, boolean ignoreNaN) MiscGeneralDoubleCalculations.replaceMissingBy
(Matrix matrix) Constructors in org.ujmp.core.doublematrix.calculation.general.misc with parameters of type MatrixModifierConstructorDescriptionCosineSimilarity
(Matrix matrix, boolean ignoreNaN) DiscretizeToColumns
(Matrix matrix, boolean ignoreNaN, long column) MinkowskiDistance
(Matrix matrix, double p, boolean ignoreNaN) Standardize
(int dimension, Matrix matrix) -
Uses of Matrix in org.ujmp.core.doublematrix.calculation.general.missingvalues
Fields in org.ujmp.core.doublematrix.calculation.general.missingvalues declared as MatrixModifier and TypeFieldDescriptionprivate 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 MatrixModifier and TypeMethodDescriptionMissingValueDoubleCalculations.addMissing
(Calculation.Ret returnType, int dimension, double... percentMissing) Adds a specified amount of missing values (Double.NaN) to the MatrixMissingValueDoubleCalculations.countMissing
(Calculation.Ret returnType, int dimension) Counts the missing values within the matrix, i.e.MissingValueDoubleCalculations.deleteColumnsWithMissingValues
(Calculation.Ret returnType) MissingValueDoubleCalculations.deleteRowsWithMissingValues
(Calculation.Ret returnType, long threshold) private Matrix
ImputeKNN.getDistanceMatrix()
MissingValueDoubleCalculations.impute
(Calculation.Ret returnType, Impute.ImputationMethod method, 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 MatrixMethods in org.ujmp.core.doublematrix.calculation.general.missingvalues with parameters of type MatrixModifier and TypeMethodDescriptionprivate 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 MatrixModifierConstructorDescriptionAddMissing
(int dimension, Matrix source, double... percentMissing) CountMissing
(int dimension, Matrix matrix) Impute
(Matrix matrix, Impute.ImputationMethod method, Object... parameters) ImputeBPCA
(Matrix matrix) 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 MatrixModifier and TypeFieldDescriptionprivate 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 MatrixModifier and TypeMethodDescriptionCov.calcNew()
StatisticalDoubleCalculations.corrcoef
(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection) Calculates the Pearson correlation.StatisticalDoubleCalculations.cov
(Calculation.Ret returnType, boolean ignoreNaN, boolean besselsCorrection) Calculates the covariance Matrix.StatisticalDoubleCalculations.cumprod
(boolean ignoreNaN) StatisticalDoubleCalculations.cumsum
(boolean ignoreNaN) StatisticalDoubleCalculations.diff
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) StatisticalDoubleCalculations.indexOfMax
(Calculation.Ret returnType, int dimension) Finds the index of the maximum value in the matrixStatisticalDoubleCalculations.indexOfMin
(Calculation.Ret returnType, int dimension) Finds the index of the minimum value in the matrixStatisticalDoubleCalculations.max
(Calculation.Ret returnType, int dimension) Calculates the maximum of the values in the matrix either rowwise, columnwise, or global.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.StatisticalDoubleCalculations.min
(Calculation.Ret returnType, int dimension) Calculates the mimimum of the values in the matrix either rowwise, columnwise, or global.StatisticalDoubleCalculations.mutualInf
(Calculation.Ret returnType) Calculates the mutual information.StatisticalDoubleCalculations.pairedTTest
(Calculation.Ret returnType) Calculates a paired T-Test on the matrix.StatisticalDoubleCalculations.prod
(Calculation.Ret returnType, int dimension, boolean ignoreNaN) 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.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.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 MatrixModifier and TypeMethodDescriptionstatic double
static double
static double
static DoubleMatrix2D
static final double
Constructors in org.ujmp.core.doublematrix.calculation.general.statistical with parameters of type MatrixModifierConstructorDescriptionIndexOfMax
(int dimension, Matrix matrix) IndexOfMin
(int dimension, Matrix matrix) MutualInformation
(Matrix matrix) -
Uses of Matrix in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
A dense 2D matrix with square block layout.class
class
class
class
class
class
class
class
class
class
Methods in org.ujmp.core.doublematrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
ArrayDenseDoubleMatrix2D.copy()
final Matrix
DefaultDenseDoubleMatrix2D.copy()
final Matrix
MortonDenseDoubleMartrix2D.copy()
BlockDenseDoubleMatrix2D.divide
(double value) DefaultSparseRowDoubleMatrix2D.getRow
(long row) BlockDenseDoubleMatrix2D.minus
(double value) Shortcut to create a BlockMatrix for targetBlockDenseDoubleMatrix2D.plus
(double value) DefaultSparseRowDoubleMatrix2D.selectRows
(Calculation.Ret returnType, long... rows) BlockDenseDoubleMatrix2D.times
(double value) BlockDenseDoubleMatrix2D.transpose()
Returns the transpose of the current matrix.BlockDenseDoubleMatrix2D.transpose
(Calculation.Ret returnType) Methods in org.ujmp.core.doublematrix.impl with parameters of type MatrixModifier and TypeMethodDescriptionShortcut to create a BlockMatrix for targetConstructors in org.ujmp.core.doublematrix.impl with parameters of type MatrixModifierConstructorDescriptionConstructor 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.DefaultSparseDoubleMatrix
(Matrix m, int maximumNumberOfEntries) -
Uses of Matrix in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Methods in org.ujmp.core.doublematrix.stub that return MatrixModifier and TypeMethodDescriptionAbstractDenseDoubleMatrix2D.divide
(double v) AbstractDenseDoubleMatrix2D.minus
(double v) AbstractDenseDoubleMatrix2D.plus
(double v) AbstractDenseDoubleMatrix2D.times
(double v) AbstractDenseDoubleMatrix2D.transpose()
Methods in org.ujmp.core.doublematrix.stub with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.export.destination
Fields in org.ujmp.core.export.destination declared as MatrixMethods in org.ujmp.core.export.destination that return MatrixModifier and TypeMethodDescriptionAbstractMatrixExportDestination.getMatrix()
MatrixExportDestination.getMatrix()
Constructors in org.ujmp.core.export.destination with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixFileExportDestination
(Matrix matrix, File file) AbstractMatrixStreamExportDestination
(Matrix matrix, OutputStream stream) AbstractMatrixWriterExportDestination
(Matrix matrix, Writer writer) DefaultMatrixFileExportDestination
(Matrix matrix, File file) DefaultMatrixStreamExportDestination
(Matrix matrix, OutputStream outputStream) DefaultMatrixWriterExportDestination
(Matrix matrix, Writer writer) -
Uses of Matrix in org.ujmp.core.export.destinationselector
Fields in org.ujmp.core.export.destinationselector declared as MatrixModifier and TypeFieldDescriptionprivate final Matrix
DefaultMatrixExportDestinationSelector.matrix
Methods in org.ujmp.core.export.destinationselector that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultMatrixExportDestinationSelector.getMatrix()
Constructors in org.ujmp.core.export.destinationselector with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.export.exporter
Fields in org.ujmp.core.export.exporter declared as MatrixMethods in org.ujmp.core.export.exporter that return MatrixMethods in org.ujmp.core.export.exporter with parameters of type MatrixModifier and TypeMethodDescriptionprivate static final String
DefaultMatrixWriterSQLExporter.getColumnName
(Matrix matrix, long column) private static final String
DefaultMatrixWriterSQLExporter.getColumnType
(DBType db, Matrix matrix, long column) Constructors in org.ujmp.core.export.exporter with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixExporter
(Matrix matrix) AbstractMatrixWriterExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterCSVExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterHtmlExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterLatexExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterMatlabScriptExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterRScriptExporter
(Matrix matrix, Writer writer) DefaultMatrixWriterSQLExporter
(Matrix matrix, Writer writer) -
Uses of Matrix in org.ujmp.core.filematrix
Subinterfaces of Matrix in org.ujmp.core.filematrixClasses in org.ujmp.core.filematrix that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
Fields in org.ujmp.core.filematrix declared as MatrixFields in org.ujmp.core.filematrix with type parameters of type MatrixMethods in org.ujmp.core.filematrix that return MatrixModifier and TypeMethodDescriptionprotected Matrix
ZipEntryMatrix.putIntoMap
(String key, Matrix value) protected Matrix
ZipEntryMatrix.removeFromMap
(Object key) Methods in org.ujmp.core.filematrix with parameters of type MatrixModifier and TypeMethodDescriptionprotected Matrix
ZipEntryMatrix.putIntoMap
(String key, Matrix value) -
Uses of Matrix in org.ujmp.core.floatmatrix
Subinterfaces of Matrix in org.ujmp.core.floatmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.floatmatrix.calculation
Methods in org.ujmp.core.floatmatrix.calculation that return MatrixConstructors in org.ujmp.core.floatmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractFloatCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.floatmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseFloatMatrix2D.copy()
final Matrix
DefaultDenseFloatMatrix2D.divide
(double v) final Matrix
DefaultDenseFloatMatrix2D.minus
(double v) final Matrix
DefaultDenseFloatMatrix2D.plus
(double v) final Matrix
DefaultDenseFloatMatrix2D.times
(double v) final Matrix
ArrayDenseFloatMatrix2D.transpose()
final Matrix
DefaultDenseFloatMatrix2D.transpose()
Constructors in org.ujmp.core.floatmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.floatmatrix.stub
Classes in org.ujmp.core.floatmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.genericmatrix
Subinterfaces of Matrix in org.ujmp.core.genericmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.genericmatrix.impl
Classes in org.ujmp.core.genericmatrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
Constructors in org.ujmp.core.genericmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.genericmatrix.stub
Classes in org.ujmp.core.genericmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.graphmatrix
Subinterfaces of Matrix in org.ujmp.core.graphmatrixClasses in org.ujmp.core.graphmatrix that implement Matrix -
Uses of Matrix in org.ujmp.core.importer
Fields in org.ujmp.core.importer declared as MatrixMethods in org.ujmp.core.importer that return MatrixModifier and TypeMethodDescriptionDefaultMatrixFileImporter.asBMP()
DefaultMatrixFileImporter.asDenseCSV()
DefaultMatrixFileImporter.asDenseCSV
(char columnSeparator) DefaultMatrixFileImporter.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixFileImporter.asGIF()
DefaultMatrixFileImporter.asJPG()
DefaultMatrixFileImporter.asPDF()
DefaultMatrixFileImporter.asPNG()
DefaultMatrixFileImporter.asTIFF()
AbstractMatrixImporter.getTargetMatrix()
MatrixImporter.getTargetMatrix()
Constructors in org.ujmp.core.importer with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixFileImporter
(Matrix matrix, File file) AbstractMatrixImporter
(Matrix matrix) AbstractMatrixStringImporter
(Matrix matrix, String string) DefaultMatrixFileImporter
(Matrix matrix, File file) -
Uses of Matrix in org.ujmp.core.importer.format
Methods in org.ujmp.core.importer.format that return MatrixModifier and TypeMethodDescriptionMatrixBMPImportFormat.asBMP()
MatrixDenseCSVImportFormat.asDenseCSV()
MatrixDenseCSVImportFormat.asDenseCSV
(char columnSeparator) MatrixDenseCSVImportFormat.asDenseCSV
(char columnSeparator, char enclosingCharacter) MatrixGIFImportFormat.asGIF()
MatrixJPGImportFormat.asJPG()
MatrixPDFImportFormat.asPDF()
MatrixPNGImportFormat.asPNG()
MatrixTIFFImportFormat.asTIFF()
-
Uses of Matrix in org.ujmp.core.importer.source
Fields in org.ujmp.core.importer.source declared as MatrixMethods in org.ujmp.core.importer.source that return MatrixModifier and TypeMethodDescriptionDefaultMatrixByteArrayImportSource.asBMP()
DefaultMatrixFileImportSource.asBMP()
DefaultMatrixStreamImportSource.asBMP()
DefaultMatrixUrlImportSource.asBMP()
DefaultMatrixByteArrayImportSource.asDenseCSV()
DefaultMatrixByteArrayImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixByteArrayImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixClipboardImportSource.asDenseCSV()
DefaultMatrixClipboardImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixClipboardImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixFileImportSource.asDenseCSV()
DefaultMatrixFileImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixFileImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixReaderImportSource.asDenseCSV()
DefaultMatrixReaderImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixReaderImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixStreamImportSource.asDenseCSV()
DefaultMatrixStreamImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixStreamImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixStringImportSource.asDenseCSV()
DefaultMatrixStringImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixStringImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixUrlImportSource.asDenseCSV()
DefaultMatrixUrlImportSource.asDenseCSV
(char columnSeparator) DefaultMatrixUrlImportSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixByteArrayImportSource.asGIF()
DefaultMatrixFileImportSource.asGIF()
DefaultMatrixStreamImportSource.asGIF()
DefaultMatrixUrlImportSource.asGIF()
DefaultMatrixByteArrayImportSource.asJPG()
DefaultMatrixFileImportSource.asJPG()
DefaultMatrixStreamImportSource.asJPG()
DefaultMatrixUrlImportSource.asJPG()
DefaultMatrixByteArrayImportSource.asPDF()
DefaultMatrixFileImportSource.asPDF()
DefaultMatrixStreamImportSource.asPDF()
DefaultMatrixUrlImportSource.asPDF()
DefaultMatrixByteArrayImportSource.asPNG()
DefaultMatrixFileImportSource.asPNG()
DefaultMatrixStreamImportSource.asPNG()
DefaultMatrixUrlImportSource.asPNG()
DefaultMatrixByteArrayImportSource.asTIFF()
DefaultMatrixFileImportSource.asTIFF()
DefaultMatrixStreamImportSource.asTIFF()
DefaultMatrixUrlImportSource.asTIFF()
final Matrix
AbstractMatrixImportSource.getTargetMatrix()
Constructors in org.ujmp.core.importer.source with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixByteArrayImportSource
(Matrix matrix, byte[] byteArray) AbstractMatrixFileImportSource
(Matrix matrix, File file) AbstractMatrixFileImportSource
(Matrix matrix, String file) AbstractMatrixImportSource
(Matrix matrix) AbstractMatrixReaderImportSource
(Matrix matrix, Reader reader) AbstractMatrixStreamImportSource
(Matrix matrix, InputStream stream) AbstractMatrixStringImportSource
(Matrix matrix, String string) AbstractMatrixURLImportSource
(Matrix matrix, URL url) DefaultMatrixByteArrayImportSource
(Matrix matrix, byte[] bytes) DefaultMatrixFileImportSource
(Matrix matrix, File file) DefaultMatrixFileImportSource
(Matrix matrix, String file) DefaultMatrixReaderImportSource
(Matrix matrix, Reader reader) DefaultMatrixStreamImportSource
(Matrix matrix, InputStream stream) DefaultMatrixStringImportSource
(Matrix matrix, String string) DefaultMatrixUrlImportSource
(Matrix matrix, URL url) -
Uses of Matrix in org.ujmp.core.importer.sourceselector
Fields in org.ujmp.core.importer.sourceselector declared as MatrixMethods in org.ujmp.core.importer.sourceselector that return MatrixConstructors in org.ujmp.core.importer.sourceselector with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixImportSourceSelector
(Matrix targetMatrix) DefaultMatrixImportSourceSelector
(Matrix targetMatrix) -
Uses of Matrix in org.ujmp.core.interfaces
Methods in org.ujmp.core.interfaces that return MatrixModifier and TypeMethodDescriptionDistanceMeasures.cosineSimilarity
(Calculation.Ret returnType, boolean ignoreNaN) DistanceMeasures.euklideanDistance
(Calculation.Ret returnType, boolean ignoreNaN) GettersAndSetters.getAsMatrix
(long... coordinates) DistanceMeasures.manhattenDistance
(Calculation.Ret returnType, boolean ignoreNaN) DistanceMeasures.minkowskiDistance
(Calculation.Ret returnType, double p, boolean ignoreNaN) ExtendedMatrixProperties.setContent
(Calculation.Ret ret, Matrix matrix, long... coordinates) Methods in org.ujmp.core.interfaces that return types with arguments of type MatrixModifier and TypeMethodDescriptionBaseMatrixProperties.getColumnList()
BaseMatrixProperties.getRowList()
Methods in org.ujmp.core.interfaces with parameters of type MatrixModifier and TypeMethodDescriptiondouble
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) ExtendedMatrixProperties.setContent
(Calculation.Ret ret, Matrix matrix, long... coordinates) -
Uses of Matrix in org.ujmp.core.intmatrix
Subinterfaces of Matrix in org.ujmp.core.intmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.intmatrix.calculation
Fields in org.ujmp.core.intmatrix.calculation declared as MatrixModifier and TypeFieldDescriptionprivate Matrix
Discretize.discretized
private Matrix
DiscretizeStandardBinning.max
private Matrix
DiscretizeStandardBinning.min
Methods in org.ujmp.core.intmatrix.calculation that return MatrixConstructors in org.ujmp.core.intmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractIntCalculation
(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) 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 MatrixModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.ujmp.core.intmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseIntMatrix2D.copy()
final Matrix
DefaultDenseIntMatrix2D.divide
(double v) final Matrix
DefaultDenseIntMatrix2D.minus
(double v) final Matrix
DefaultDenseIntMatrix2D.plus
(double v) final Matrix
DefaultDenseIntMatrix2D.times
(double v) final Matrix
DefaultDenseIntMatrix2D.transpose()
Constructors in org.ujmp.core.intmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.intmatrix.stub
Classes in org.ujmp.core.intmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.io
Methods in org.ujmp.core.io that return MatrixModifier and TypeMethodDescriptionstatic final Matrix
static Matrix
static Matrix
static Matrix
static Matrix
static Matrix
static Matrix
static Matrix
static final Matrix
static Matrix
static final Matrix
static Matrix
static final Matrix
static Matrix
ImportMatrixM.fromReader
(Reader reader, Object... parameters) static final Matrix
ImportMatrixSPARSECSV.fromReader
(Reader reader, Object... parameters) static final Matrix
ImportMatrixXML.fromReader
(Reader reader, Object... parameters) static final Matrix
ImportMatrixATOM.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixGIF.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixJPG.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixM.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixPDF.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixPNG.fromStream
(InputStream stream, Object... parameters) static final Matrix
ImportMatrixRSS.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixSER.fromStream
(InputStream stream, Object... parameters) static final Matrix
ImportMatrixSPARSECSV.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixXLS.fromStream
(InputStream stream, Object... parameters) static final Matrix
ImportMatrixXML.fromStream
(InputStream stream, Object... parameters) static Matrix
ImportMatrixM.fromString
(String string, Object... parameters) Creates a DefaultDenseStringMatrix2D from a given String.static final Matrix
ImportMatrixSPARSECSV.fromString
(String string, Object... parameters) static final Matrix
ImportMatrixXML.fromString
(String string, Object... parameters) static Matrix
static Matrix
UJMPContentHandler.getResult()
static Matrix
LinkMatrixJDBC.toDatabase
(File file) static Matrix
static Matrix
static Matrix
static Matrix
Methods in org.ujmp.core.io with parameters of type MatrixModifier and TypeMethodDescriptionstatic final void
static void
static void
static void
static final void
static void
static void
static void
static final void
ExportMatrixGML.toStream
(OutputStream out, Matrix m, Object... parameters) static void
ExportMatrixPLT.toStream
(OutputStream outputStream, Matrix matrix, Object... parameters) static final void
ExportMatrixSER.toStream
(OutputStream stream, Matrix m, Object... parameters) static void
ExportMatrixSPARSECSV.toStream
(OutputStream outputStream, Matrix matrix, Object... parameters) static void
ExportMatrixXLS.toStream
(OutputStream stream, Matrix matrix, Object... parameters) static void
ExportMatrixXML.toStream
(OutputStream outputStream, Matrix matrix, Object... parameters) static final void
static void
static void
static void
private static void
-
Uses of Matrix in org.ujmp.core.link
Methods in org.ujmp.core.link that return Matrix -
Uses of Matrix in org.ujmp.core.link.format
Methods in org.ujmp.core.link.format that return MatrixModifier and TypeMethodDescriptionMatrixDenseCSVLinkFormat.asDenseCSV()
MatrixDenseCSVLinkFormat.asDenseCSV
(char columnSeparator) MatrixDenseCSVLinkFormat.asDenseCSV
(char columnSeparator, char enclosingCharacter) -
Uses of Matrix in org.ujmp.core.link.source
Methods in org.ujmp.core.link.source that return MatrixModifier and TypeMethodDescriptionDefaultMatrixFileLinkSource.asDenseCSV()
DefaultMatrixFileLinkSource.asDenseCSV
(char columnSeparator) DefaultMatrixFileLinkSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) DefaultMatrixStringLinkSource.asDenseCSV()
DefaultMatrixStringLinkSource.asDenseCSV
(char columnSeparator) DefaultMatrixStringLinkSource.asDenseCSV
(char columnSeparator, char enclosingCharacter) -
Uses of Matrix in org.ujmp.core.listmatrix
Subinterfaces of Matrix in org.ujmp.core.listmatrixClasses in org.ujmp.core.listmatrix that implement Matrix -
Uses of Matrix in org.ujmp.core.longmatrix
Subinterfaces of Matrix in org.ujmp.core.longmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.longmatrix.calculation
Fields in org.ujmp.core.longmatrix.calculation declared as MatrixMethods in org.ujmp.core.longmatrix.calculation that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractLongCalculation.calcOrig()
private Matrix
DocTerm.calculate()
Constructors in org.ujmp.core.longmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractLongCalculation
(int dimension, Matrix... sources) AbstractLongCalculation
(Matrix... sources) ToLongMatrix
(Matrix matrix) -
Uses of Matrix in org.ujmp.core.longmatrix.impl
Classes in org.ujmp.core.longmatrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.longmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseLongMatrix2D.copy()
final Matrix
DefaultDenseLongMatrix2D.divide
(double v) final Matrix
DefaultDenseLongMatrix2D.minus
(double v) final Matrix
DefaultDenseLongMatrix2D.plus
(double v) final Matrix
DefaultDenseLongMatrix2D.times
(double v) final Matrix
ArrayDenseLongMatrix2D.transpose()
final Matrix
DefaultDenseLongMatrix2D.transpose()
Constructors in org.ujmp.core.longmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.longmatrix.stub
Classes in org.ujmp.core.longmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.mapmatrix
Subinterfaces of Matrix in org.ujmp.core.mapmatrixClasses in org.ujmp.core.mapmatrix that implement Matrix -
Uses of Matrix in org.ujmp.core.matrix.factory
Classes in org.ujmp.core.matrix.factory with type parameters of type MatrixModifier and TypeClassDescriptionclass
AbstractMatrixFactory<T extends Matrix>
interface
BaseMatrixFactory<T extends Matrix>
Methods in org.ujmp.core.matrix.factory that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractMatrixFactory.concat
(int dimension, Collection<Matrix> matrices) final Matrix
final Matrix
AbstractMatrixFactory.concat
(Calculation.Ret ret, int dimension, Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.concat
(Calculation.Ret ret, int dimension, Matrix... matrices) final Matrix
AbstractMatrixFactory.copyFromMatrix
(Matrix matrix) final Matrix
AbstractMatrixFactory.horCat
(Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Matrix... matrices) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Matrix column, long columnCount) final Matrix
final Matrix
AbstractMatrixFactory.linkToJDBC
(File file) final Matrix
AbstractMatrixFactory.pascal
(long... size) final Matrix
AbstractMatrixFactory.range
(double start, double end) final Matrix
AbstractMatrixFactory.range
(double start, double end, double stepSize) final Matrix
AbstractMatrixFactory.repmat
(Calculation.Ret returnType, Matrix matrix, long... count) final <V> Matrix
AbstractMatrixFactory.vertCat
(Collection<Matrix> matrices) final <V> Matrix
AbstractMatrixFactory.vertCat
(Calculation.Ret ret, Collection<Matrix> matrices) final <V> Matrix
final Matrix
Methods in org.ujmp.core.matrix.factory with parameters of type MatrixModifier and TypeMethodDescriptionfinal Matrix
final Matrix
AbstractMatrixFactory.concat
(Calculation.Ret ret, int dimension, Matrix... matrices) final Matrix
AbstractMatrixFactory.copyFromMatrix
(Matrix matrix) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Matrix... matrices) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Matrix column, long columnCount) final Matrix
final Matrix
final Matrix
AbstractMatrixFactory.repmat
(Calculation.Ret returnType, Matrix matrix, long... count) final <V> Matrix
final Matrix
Method parameters in org.ujmp.core.matrix.factory with type arguments of type MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractMatrixFactory.concat
(int dimension, Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.concat
(Calculation.Ret ret, int dimension, Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.horCat
(Collection<Matrix> matrices) final Matrix
AbstractMatrixFactory.horCat
(Calculation.Ret ret, Collection<Matrix> matrices) final <V> Matrix
AbstractMatrixFactory.vertCat
(Collection<Matrix> matrices) final <V> Matrix
AbstractMatrixFactory.vertCat
(Calculation.Ret ret, Collection<Matrix> matrices) -
Uses of Matrix in org.ujmp.core.numbermatrix
Subinterfaces of Matrix in org.ujmp.core.numbermatrixModifier and TypeInterfaceDescriptioninterface
BaseNumberMatrix<T extends Number>
interface
DenseNumberMatrix<T extends Number>
interface
DenseNumberMatrix2D<T extends Number>
interface
DenseNumberMatrixMultiD<T extends Number>
interface
NumberMatrix<T extends Number>
interface
NumberMatrix2D<T extends Number>
interface
NumberMatrixMultiD<T extends Number>
interface
SparseNumberMatrix<T extends Number>
interface
SparseNumberMatrix2D<T extends Number>
interface
SparseNumberMatrixMultiD<T extends Number>
-
Uses of Matrix in org.ujmp.core.numbermatrix.stub
Classes in org.ujmp.core.numbermatrix.stub that implement Matrix -
Uses of Matrix in org.ujmp.core.objectmatrix
Subinterfaces of Matrix in org.ujmp.core.objectmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.objectmatrix.calculation
Classes in org.ujmp.core.objectmatrix.calculation that implement MatrixFields in org.ujmp.core.objectmatrix.calculation declared as MatrixModifier and TypeFieldDescriptionprivate final Matrix
SetContent.newContent
private Matrix
Join.result
private Matrix
Bootstrap.selection
private Matrix
Shuffle.selection
Methods in org.ujmp.core.objectmatrix.calculation that return MatrixModifier and TypeMethodDescriptionObjectCalculations.bootstrap
(Calculation.Ret returnType) ObjectCalculations.bootstrap
(Calculation.Ret returnType, int count) final Matrix
AbstractObjectCalculation.calcNew()
static Matrix
static Matrix
AbstractObjectCalculation.calcOrig()
final Matrix
Flipdim.calcOrig()
SetContent.calcOrig()
final Matrix
Swap.calcOrig()
Creates a copy of the matrix with the desired type for matrix entries.ObjectCalculations.delete
(Calculation.Ret returnType, long[]... selection) Delete rows and columns in the Matrix and returns a link to it.ObjectCalculations.delete
(Calculation.Ret returnType, String selection) Deletes rows and columns in the Matrix and returns a link to it.ObjectCalculations.delete
(Calculation.Ret returnType, Collection<? extends Number>... selection) Delete rows and columns in the Matrix and returns a link to it.ObjectCalculations.deleteColumns
(Calculation.Ret returnType, long... colums) Deletes columns in the Matrix and returns a link to it.ObjectCalculations.deleteColumns
(Calculation.Ret returnType, Collection<? extends Number> columns) Deletes columns in the Matrix and returns a link to it.ObjectCalculations.deleteRows
(Calculation.Ret returnType, long... rows) Deletes rows in the Matrix and returns a link to it.ObjectCalculations.deleteRows
(Calculation.Ret returnType, Collection<? extends Number> rows) Deletes rows in the Matrix and returns a link to it.ObjectCalculations.diag
(Calculation.Ret returnType) ObjectCalculations.extractAnnotation
(Calculation.Ret returnType, int dimension) Generates annotation such as row or column labels from the content of this matrix.ObjectCalculations.fill
(Calculation.Ret ret, Object value) Returns a matrix with equal size, where all entries are set to a desired value.ObjectCalculations.flipdim
(Calculation.Ret returnType, int dimension) ObjectCalculations.includeAnnotation
(Calculation.Ret returnType, int dimension) ObjectCalculations.replace
(Calculation.Ret returnType, Object search, Object replacement) Replaces matching values in the matrix with another valueObjectCalculations.reshape
(Calculation.Ret returnType, long... newSize) ObjectCalculations.select
(Calculation.Ret returnType, long[]... selection) Selects rows and columns in the Matrix and returns a link to it.ObjectCalculations.select
(Calculation.Ret returnType, String selection) Selects rows and columns in the Matrix and returns a link to it.ObjectCalculations.select
(Calculation.Ret returnType, Collection<? extends Number>... selection) Selects rows and columns in the Matrix and returns a link to it.ObjectCalculations.selectColumns
(Calculation.Ret returnType, long... colums) Selects columns in the Matrix and returns a link to it.ObjectCalculations.selectColumns
(Calculation.Ret returnType, Collection<? extends Number> columns) Selects columns in the Matrix and returns a link to it.ObjectCalculations.selectRows
(Calculation.Ret returnType, long... rows) Selects rows in the Matrix and returns a link to it.ObjectCalculations.selectRows
(Calculation.Ret returnType, Collection<? extends Number> rows) Selects rows in the Matrix and returns a link to it.ObjectCalculations.shuffle
(Calculation.Ret returnType) ObjectCalculations.sortrows
(Calculation.Ret returnType, long column, boolean reverse) ObjectCalculations.squeeze
(Calculation.Ret returnType) ObjectCalculations.subMatrix
(Calculation.Ret returnType, long... minAndMaxCoordinates) ObjectCalculations.swap
(Calculation.Ret returnType, int dimension, long pos1, long pos2) ObjectCalculations.toColumnVector
(Calculation.Ret returnType) ObjectCalculations.toRowVector
(Calculation.Ret returnType) ObjectCalculations.transpose()
Returns the transpose of the Matrix, where rows and columns are exchanged.ObjectCalculations.transpose
(Calculation.Ret returnType) Returns the transpose of the Matrix, where rows and columns are exchanged.ObjectCalculations.transpose
(Calculation.Ret returnType, int dimension1, int dimension2) ObjectCalculations.tril
(Calculation.Ret returnType, int k) ObjectCalculations.triu
(Calculation.Ret returnType, int k) ObjectCalculations.unique
(Calculation.Ret returnType) ObjectCalculations.uniqueValueCount
(Calculation.Ret returnType, int dimension) Methods in org.ujmp.core.objectmatrix.calculation with parameters of type MatrixModifier and TypeMethodDescriptionstatic Matrix
static Matrix
private static long[]
Squeeze.calculateNewSize
(Matrix source) Constructors in org.ujmp.core.objectmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractObjectCalculation
(int dimension, Matrix... sources) AbstractObjectCalculation
(Matrix... sources) Concatenation
(int dimension, Matrix... matrices) Deletion
(Matrix m, Collection<? extends Number>... deletion) ExtractAnnotation
(Matrix m, int dim) IncludeAnnotation
(Matrix m, int dim) Selection
(Matrix m, Collection<? extends Number>... selection) SetContent
(Matrix source, Matrix newContent, long... position) ToObjectMatrix
(Matrix matrix) UniqueValueCount
(Matrix m, int dimension) Constructor parameters in org.ujmp.core.objectmatrix.calculation with type arguments of type Matrix -
Uses of Matrix in org.ujmp.core.objectmatrix.impl
Classes in org.ujmp.core.objectmatrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.ujmp.core.objectmatrix.impl declared as MatrixModifier and TypeFieldDescriptionprivate Matrix
BufferedObjectMatrix.inputBuffer
private Matrix
ServerObjectMatrixUDP.matrix
private final Matrix
SynchronizedGenericMatrix.matrix
private Matrix
BufferedObjectMatrix.original
Fields in org.ujmp.core.objectmatrix.impl with type parameters of type MatrixModifier and TypeFieldDescriptionDefaultSparseColumnObjectMatrix2D.columns
DefaultSparseRowObjectMatrix2D.rows
Methods in org.ujmp.core.objectmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseObjectMatrix2D.copy()
DefaultSparseColumnObjectMatrix2D.getColumn
(long column) DefaultSparseRowObjectMatrix2D.getRow
(long row) DefaultSparseColumnObjectMatrix2D.max
(Calculation.Ret returnType, int dimension) DefaultSparseRowObjectMatrix2D.max
(Calculation.Ret returnType, int dimension) DefaultSparseColumnObjectMatrix2D.selectColumns
(Calculation.Ret returnType, long... columns) DefaultSparseRowObjectMatrix2D.selectRows
(Calculation.Ret returnType, long... rows) final Matrix
DefaultDenseObjectMatrix2D.transpose()
Methods in org.ujmp.core.objectmatrix.impl that return types with arguments of type MatrixModifier and TypeMethodDescriptionDefaultSparseColumnObjectMatrix2D.getWrappedObject()
DefaultSparseRowObjectMatrix2D.getWrappedObject()
Methods in org.ujmp.core.objectmatrix.impl with parameters of type MatrixModifier and TypeMethodDescriptionstatic DefaultSparseObjectMatrix
DefaultSparseObjectMatrix.fromNonZeros
(Matrix nonZeros) Method parameters in org.ujmp.core.objectmatrix.impl with type arguments of type MatrixModifier and TypeMethodDescriptionvoid
DefaultSparseColumnObjectMatrix2D.setWrappedObject
(Map<Long, Matrix> object) void
DefaultSparseRowObjectMatrix2D.setWrappedObject
(Map<Long, Matrix> object) Constructors in org.ujmp.core.objectmatrix.impl with parameters of type MatrixModifierConstructorDescriptionBufferedObjectMatrix
(Matrix original) BufferedObjectMatrix
(Matrix original, int outputBufferSize) BufferedObjectMatrix
(Matrix original, int outputBufferSize, int inputBufferSize) DefaultSparseObjectMatrix
(Matrix m, int maximumNumberOfEntries) DefaultTiledObjectMatrix2D
(Matrix source) SerializedSparseObjectMatrix
(Matrix source) ServerObjectMatrixUDP
(Matrix matrix, int port) SynchronizedGenericMatrix
(Matrix source) -
Uses of Matrix in org.ujmp.core.objectmatrix.stub
Classes in org.ujmp.core.objectmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Constructors in org.ujmp.core.objectmatrix.stub with parameters of type MatrixModifierConstructorDescriptionAbstractMapToTiledMatrix2DWrapper
(Map<Coordinates, ObjectMatrix2D> map, Matrix source) -
Uses of Matrix in org.ujmp.core.setmatrix
Subinterfaces of Matrix in org.ujmp.core.setmatrixClasses in org.ujmp.core.setmatrix that implement Matrix -
Uses of Matrix in org.ujmp.core.shortmatrix
Subinterfaces of Matrix in org.ujmp.core.shortmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.shortmatrix.calculation
Methods in org.ujmp.core.shortmatrix.calculation that return MatrixConstructors in org.ujmp.core.shortmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractShortCalculation
(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 MatrixModifier and TypeClassDescriptionclass
class
class
class
Methods in org.ujmp.core.shortmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseShortMatrix2D.copy()
final Matrix
DefaultDenseShortMatrix2D.divide
(double v) final Matrix
DefaultDenseShortMatrix2D.minus
(double v) final Matrix
DefaultDenseShortMatrix2D.plus
(double v) final Matrix
DefaultDenseShortMatrix2D.times
(double v) final Matrix
ArrayDenseShortMatrix2D.transpose()
final Matrix
DefaultDenseShortMatrix2D.transpose()
Constructors in org.ujmp.core.shortmatrix.impl with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.shortmatrix.stub
Classes in org.ujmp.core.shortmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.stringmatrix
Subinterfaces of Matrix in org.ujmp.core.stringmatrixModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
-
Uses of Matrix in org.ujmp.core.stringmatrix.calculation
Methods in org.ujmp.core.stringmatrix.calculation that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractStringCalculation.calcOrig()
StringCalculations.convertEncoding
(Calculation.Ret returnType, String encoding) StringCalculations.lowerCase
(Calculation.Ret returnType) StringCalculations.removePunctuation
(Calculation.Ret ret) StringCalculations.removeWords
(Calculation.Ret ret, Collection<String> words) StringCalculations.replaceRegex
(Calculation.Ret returnType, String search, String replacement) Replaces matching text in every entry of the matrix.StringCalculations.replaceRegex
(Calculation.Ret returnType, Pattern search, String replacement) Replaces matching text in every entry of the matrix.StringCalculations.stem
(Calculation.Ret ret) StringCalculations.tfIdf
(boolean calculateTf, boolean calculateIdf, boolean normalize) StringCalculations.translate
(Calculation.Ret returnType, String sourceLanguage, String targetLanguage) StringCalculations.upperCase
(Calculation.Ret returnType) Constructors in org.ujmp.core.stringmatrix.calculation with parameters of type MatrixModifierConstructorDescriptionAbstractStringCalculation
(int dimension, Matrix... sources) AbstractStringCalculation
(Matrix... sources) ConvertEncoding
(Matrix m, String encoding) RemoveWords
(Matrix m, Collection<String> words) ReplaceRegex
(Matrix matrix, String searchString, String replaceString) ReplaceRegex
(Matrix matrix, Pattern searchPattern, String replaceString) ToStringMatrix
(Matrix matrix) -
Uses of Matrix in org.ujmp.core.stringmatrix.impl
Classes in org.ujmp.core.stringmatrix.impl that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in org.ujmp.core.stringmatrix.impl that return MatrixModifier and TypeMethodDescriptionfinal Matrix
DefaultDenseStringMatrix2D.copy()
final Matrix
DefaultDenseStringMatrix2D.transpose()
Constructors in org.ujmp.core.stringmatrix.impl with parameters of type MatrixModifierConstructorDescriptionArrayDenseStringMatrix2D
(Matrix source) DefaultSparseStringMatrix
(Matrix m, int maximumNumberOfEntries) -
Uses of Matrix in org.ujmp.core.stringmatrix.stub
Classes in org.ujmp.core.stringmatrix.stub that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of Matrix in org.ujmp.core.text
Subinterfaces of Matrix in org.ujmp.core.textModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in org.ujmp.core.text that implement MatrixModifier and TypeClassDescriptionclass
class
class
Fields in org.ujmp.core.text declared as MatrixModifier and TypeFieldDescriptionprivate final Matrix
Language.charBigramFrequencies
static final Matrix
English.CHARBIGRAMFREQUENCIES
static final Matrix
German.CHARBIGRAMFREQUENCIES
private final Matrix
Language.charFrequencies
static final Matrix
English.CHARFREQUENCIES
static final Matrix
German.CHARFREQUENCIES
Methods in org.ujmp.core.text that return MatrixModifier and TypeMethodDescriptionstatic final Matrix
TextUtil.createBagOfWordsVector
(String string, List<String> dictionary) Language.getCharacterBigramFrequencies()
static final Matrix
TextUtil.getCharacterBigramFrequencies
(String s, char... validCharacters) Language.getCharacterFrequencies()
static final Matrix
TextUtil.getCharacterTrigramFrequencies
(String s, char... validCharacters) static Matrix
TextUtil.stringToVector
(String string) static Matrix
TextUtil.stringToVector
(String string, int size) Constructors in org.ujmp.core.text with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement MatrixMethods in org.ujmp.core.timeseries with parameters of type Matrix -
Uses of Matrix in org.ujmp.core.treematrix
Subinterfaces of Matrix in org.ujmp.core.treematrixClasses in org.ujmp.core.treematrix that implement MatrixModifier and TypeClassDescriptionclass
class
class
-
Uses of Matrix in org.ujmp.core.util
Classes in org.ujmp.core.util that implement MatrixFields in org.ujmp.core.util with type parameters of type MatrixModifier and TypeFieldDescriptionDecompositionOps.CHOL_EJML
DecompositionOps.CHOL_JBLAS
DecompositionOps.CHOL_MTJ
DecompositionOps.CHOL_OJALGO
DecompositionOps.CHOL_UJMP
DecompositionOps.EIG_EJML
DecompositionOps.EIG_JBLAS
DecompositionOps.EIG_MTJ
DecompositionOps.EIG_OJALGO
DecompositionOps.EIG_UJMP
DecompositionOps.INV_EJML
DecompositionOps.INV_JBLAS
DecompositionOps.INV_MTJ
DecompositionOps.INV_OJALGO
DecompositionOps.INV_UJMP
DecompositionOps.INVSPD_EJML
DecompositionOps.INVSPD_JBLAS
DecompositionOps.INVSPD_MTJ
DecompositionOps.INVSPD_OJALGO
DecompositionOps.INVSPD_PARALLELCOLT
DecompositionOps.INVSPD_UJMP
DecompositionOps.LU_EJML
DecompositionOps.LU_JBLAS
DecompositionOps.LU_MTJ
DecompositionOps.LU_OJALGO
DecompositionOps.LU_UJMP
DecompositionOps.QR_EJML
DecompositionOps.QR_MTJ
DecompositionOps.QR_OJALGO
DecompositionOps.QR_UJMP
DecompositionOps.SOLVE_EJML
DecompositionOps.SOLVE_JBLAS
DecompositionOps.SOLVE_MTJ
DecompositionOps.SOLVE_OJALGO
DecompositionOps.SOLVE_PARALLELCOLT
DecompositionOps.SOLVE_UJMP
DecompositionOps.SOLVESPD_EJML
DecompositionOps.SOLVESPD_JBLAS
DecompositionOps.SOLVESPD_MTJ
DecompositionOps.SOLVESPD_OJALGO
DecompositionOps.SOLVESPD_UJMP
DecompositionOps.SVD_EJML
DecompositionOps.SVD_MTJ
DecompositionOps.SVD_OJALGO
DecompositionOps.SVD_UJMP
Methods in org.ujmp.core.util that return MatrixModifier and TypeMethodDescriptionDefaultSparseDoubleVector1D.divide
(double value) static final Matrix
UJMPContentHandler.getResult()
static Matrix
static Matrix
XMLUtil.parse
(InputStream is) static Matrix
static Matrix
static Matrix
JsonUtil.parseJson
(org.json.JSONTokener t) DefaultSparseDoubleVector1D.times
(double value) Methods in org.ujmp.core.util with parameters of type MatrixModifier and TypeMethodDescriptionstatic final double
void
void
void
void
void
void
void
static double
static double
MathUtil.f1MeasureMacro
(Matrix confusionMatrix) static double
MathUtil.f1MeasureMicro
(Matrix confusionMatrix) private StringBuffer
UJMPFormat.format
(Matrix obj, StringBuffer toAppendTo, FieldPosition pos) private StringBuffer
UJMPFormat.formatMultiLine
(Matrix m, StringBuffer toAppendTo, FieldPosition pos) static String
GnuPlot.getPlotCommand
(Matrix matrix, boolean withlines, boolean withpoints) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Matlab.plotmatrix
(Matrix matrix, String... format) void
static double
static double
MathUtil.precisionMacro
(Matrix confusionMatrix) static double
MathUtil.precisionMicro
(Matrix confusionMatrix) void
static double
static double
MathUtil.recallMacro
(Matrix confusionMatrix) static double
MathUtil.recallMicro
(Matrix confusionMatrix) void
GnuPlot.scatterPlot
(Matrix matrix, String... format) void
void
void
void
void
void
void
void
void
void
void
void
static String
static String
static final long
MathUtil.totalCorrect
(Matrix confusionMatrix) static final void
static final void
VerifyUtil.verifyNotNull
(Matrix m) static final void
VerifyUtil.verifySameSize
(Matrix... matrices) static final void
VerifyUtil.verifySameSize
(Matrix m1, Matrix m2) static final void
VerifyUtil.verifySingleValue
(Matrix matrix) static final void
VerifyUtil.verifySquare
(Matrix matrix) static void
static void
XMLUtil.write
(OutputStream out, Matrix matrix) static void
Method parameters in org.ujmp.core.util with type arguments of type MatrixModifier and TypeMethodDescriptionstatic String
StringUtil.getAllAsString
(Collection<Matrix> collection) -
Uses of Matrix in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement MatrixFields in org.ujmp.core.util.io declared as MatrixModifier and TypeFieldDescriptionprivate final Matrix
MatrixCommunicationThread.matrix
private final Matrix
MatrixSocketThread.matrix
Methods in org.ujmp.core.util.io that return MatrixModifier and TypeMethodDescriptionClientMatrix.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) Methods in org.ujmp.core.util.io with parameters of type MatrixModifier and TypeMethodDescriptionClientMatrix.plus
(Calculation.Ret returnType, boolean ignoreNaN, Matrix m) Constructors in org.ujmp.core.util.io with parameters of type MatrixModifierConstructorDescriptionMatrixCommunicationThread
(Matrix matrix, Socket socket) MatrixSocketThread
(Matrix matrix, ServerSocket serverSocket) -
Uses of Matrix in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in org.ujmp.core.util.matrices declared as MatrixModifier and TypeFieldDescriptionprivate final Matrix
OperatingSystemMatrix.matrix
private final Matrix
SystemTimeMatrix.matrix
private Matrix
UJMPPluginsMatrix.matrix
Methods in org.ujmp.core.util.matrices that return Matrix -
Uses of Matrix in org.ujmp.gui
Fields in org.ujmp.gui declared as MatrixMethods in org.ujmp.gui that return MatrixModifier and TypeMethodDescriptionfinal Matrix
AbstractMatrixGUIObject.getMatrix()
MatrixGUIObject.getMatrix()
Constructors in org.ujmp.gui with parameters of type MatrixModifierConstructorDescriptionAbstractMatrixGUIObject
(Matrix matrix) DefaultMatrixGUIObject
(Matrix matrix) -
Uses of Matrix in org.ujmp.gui.actions
Methods in org.ujmp.gui.actions that return Matrix -
Uses of Matrix in org.ujmp.gui.clipboard
Constructors in org.ujmp.gui.clipboard with parameters of type Matrix -
Uses of Matrix in org.ujmp.gui.frame
Constructors in org.ujmp.gui.frame with parameters of type Matrix -
Uses of Matrix in org.ujmp.gui.panels
Constructors in org.ujmp.gui.panels with parameters of type Matrix -
Uses of Matrix in org.ujmp.gui.plot
Constructors in org.ujmp.gui.plot with parameters of type Matrix -
Uses of Matrix in org.ujmp.gui.util
Classes in org.ujmp.gui.util that implement Matrix -
Uses of Matrix in org.ujmp.jama
Classes in org.ujmp.jama that implement MatrixMethods in org.ujmp.jama that return MatrixModifier and TypeMethodDescriptionJamaDenseDoubleMatrix2D.chol()
final Matrix
JamaDenseDoubleMatrix2D.copy()
JamaDenseDoubleMatrix2D.divide
(double value) Matrix[]
JamaDenseDoubleMatrix2D.eig()
JamaDenseDoubleMatrix2D.inv()
JamaDenseDoubleMatrix2D.invSPD()
Matrix[]
JamaDenseDoubleMatrix2D.lu()
Matrix[]
JamaDenseDoubleMatrix2D.qr()
Matrix[]
JamaDenseDoubleMatrix2D.svd()
JamaDenseDoubleMatrix2D.times
(double value) JamaDenseDoubleMatrix2D.transpose()
Methods in org.ujmp.jama with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.jama with parameters of type Matrix -
Uses of Matrix in org.ujmp.jama.benchmark
Methods in org.ujmp.jama.benchmark with parameters of type Matrix -
Uses of Matrix in org.ujmp.jblas
Classes in org.ujmp.jblas that implement MatrixMethods in org.ujmp.jblas that return MatrixModifier and TypeMethodDescriptionJBlasDenseDoubleMatrix2D.chol()
final Matrix
JBlasDenseDoubleMatrix2D.copy()
JBlasDenseDoubleMatrix2D.divide
(double value) Matrix[]
JBlasDenseDoubleMatrix2D.eig()
JBlasDenseDoubleMatrix2D.inv()
JBlasDenseDoubleMatrix2D.invSPD()
Matrix[]
JBlasDenseDoubleMatrix2D.lu()
JBlasDenseDoubleMatrix2D.minus
(double value) JBlasDenseDoubleMatrix2D.plus
(double value) Matrix[]
JBlasDenseDoubleMatrix2D.svd()
JBlasDenseDoubleMatrix2D.times
(double value) JBlasDenseDoubleMatrix2D.transpose()
Methods in org.ujmp.jblas with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.jblas with parameters of type Matrix -
Uses of Matrix in org.ujmp.jblas.benchmark
Methods in org.ujmp.jblas.benchmark with parameters of type Matrix -
Uses of Matrix in org.ujmp.jblas.calculation
Methods in org.ujmp.jblas.calculation that return MatrixMethods in org.ujmp.jblas.calculation with parameters of type Matrix -
Uses of Matrix in org.ujmp.jdbc
Methods in org.ujmp.jdbc with parameters of type MatrixModifier and TypeMethodDescriptionstatic void
ExportMatrixJDBC.toDatabase
(Matrix matrix, String url, String tablename, String username, String password) static void
ExportMatrixJDBC.toDatabase
(Matrix matrix, DBType type, String host, int port, String databasename, String tablename, String username, String password) -
Uses of Matrix in org.ujmp.jdbc.map
Classes in org.ujmp.jdbc.map that implement Matrix -
Uses of Matrix in org.ujmp.jdbc.matrix
Classes in org.ujmp.jdbc.matrix that implement MatrixModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Methods in org.ujmp.jdbc.matrix that return MatrixModifier and TypeMethodDescriptionJDBCCatalogMatrix.get
(int index) JDBCCatalogMatrix.removeFromList
(int index) Methods in org.ujmp.jdbc.matrix with parameters of type MatrixModifier and TypeMethodDescriptionvoid
boolean
Constructors in org.ujmp.jdbc.matrix with parameters of type Matrix -
Uses of Matrix in org.ujmp.jdbc.set
Classes in org.ujmp.jdbc.set that implement Matrix -
Uses of Matrix in org.ujmp.jetty.handlers
Fields in org.ujmp.jetty.handlers declared as Matrix -
Uses of Matrix in org.ujmp.jfreechart
Constructors in org.ujmp.jfreechart with parameters of type Matrix -
Uses of Matrix in org.ujmp.la4j
Classes in org.ujmp.la4j that implement MatrixMethods in org.ujmp.la4j that return MatrixModifier and TypeMethodDescriptionLa4JDenseDoubleMatrix2D.chol()
La4JDenseDoubleMatrix2D.divide
(double value) Matrix[]
La4JDenseDoubleMatrix2D.eig()
La4JDenseDoubleMatrix2D.inv()
Matrix[]
La4JDenseDoubleMatrix2D.lu()
La4JDenseDoubleMatrix2D.minus
(double value) La4JDenseDoubleMatrix2D.plus
(double value) Matrix[]
La4JDenseDoubleMatrix2D.qr()
Matrix[]
La4JDenseDoubleMatrix2D.svd()
La4JDenseDoubleMatrix2D.times
(double value) La4JDenseDoubleMatrix2D.transpose()
Methods in org.ujmp.la4j with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.la4j with parameters of type Matrix -
Uses of Matrix in org.ujmp.mail
Classes in org.ujmp.mail that implement MatrixMethods in org.ujmp.mail that return MatrixModifier and TypeMethodDescriptionstatic Matrix
static Matrix
MessagesMatrix.get
(int index) MessagesMatrix.removeFromList
(int index) Methods in org.ujmp.mail with parameters of type Matrix -
Uses of Matrix in org.ujmp.pdfbox
Methods in org.ujmp.pdfbox that return MatrixModifier and TypeMethodDescriptionstatic final Matrix
static final Matrix
ImportMatrixPDF.fromStream
(InputStream inputStream) -
Uses of Matrix in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement MatrixMethods in org.ujmp.vecmath that return MatrixModifier and TypeMethodDescriptionMatrix[]
VecMathDenseDoubleMatrix2D.lu()
Matrix[]
VecMathDenseDoubleMatrix2D.svd()
Methods in org.ujmp.vecmath with parameters of type MatrixModifier and TypeMethodDescriptionConstructors in org.ujmp.vecmath with parameters of type Matrix -
Uses of Matrix in org.ujmp.vecmath.benchmark
Methods in org.ujmp.vecmath.benchmark with parameters of type MatrixModifier and TypeMethodDescriptionVecMathDenseDoubleMatrix2DBenchmark.createMatrix
(Matrix source)