Uses of Interface
org.ujmp.core.doublematrix.DenseDoubleMatrix2D
Packages that use DenseDoubleMatrix2D
Package
Description
-
Uses of DenseDoubleMatrix2D in org.ujmp.colt
Classes in org.ujmp.colt that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.commonsmath
Classes in org.ujmp.commonsmath that implement DenseDoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
Methods in org.ujmp.commonsmath that return DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.core.calculation
Fields in org.ujmp.core.calculation with type parameters of type DenseDoubleMatrix2DModifier and TypeFieldDescriptionDivideMatrix.DENSEDOUBLEMATRIX2D
DivideMatrix.DENSEDOUBLEMATRIX2D
DivideMatrix.DENSEDOUBLEMATRIX2D
static final DivideScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> DivideScalar.DENSEDOUBLEMATRIX2D
static final DivideScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> DivideScalar.DENSEDOUBLEMATRIX2D
MinusMatrix.DENSEDOUBLEMATRIX2D
MinusMatrix.DENSEDOUBLEMATRIX2D
MinusMatrix.DENSEDOUBLEMATRIX2D
static final MinusScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> MinusScalar.DENSEDOUBLEMATRIX2D
static final MinusScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> MinusScalar.DENSEDOUBLEMATRIX2D
Mtimes.DENSEDOUBLEMATRIX2D
Mtimes.DENSEDOUBLEMATRIX2D
Mtimes.DENSEDOUBLEMATRIX2D
PlusMatrix.DENSEDOUBLEMATRIX2D
PlusMatrix.DENSEDOUBLEMATRIX2D
PlusMatrix.DENSEDOUBLEMATRIX2D
static final PlusScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> PlusScalar.DENSEDOUBLEMATRIX2D
static final PlusScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> PlusScalar.DENSEDOUBLEMATRIX2D
TimesMatrix.DENSEDOUBLEMATRIX2D
TimesMatrix.DENSEDOUBLEMATRIX2D
TimesMatrix.DENSEDOUBLEMATRIX2D
static final TimesScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> TimesScalar.DENSEDOUBLEMATRIX2D
static final TimesScalarCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> TimesScalar.DENSEDOUBLEMATRIX2D
static final TransposeCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> Transpose.DENSEDOUBLEMATRIX2D
static final TransposeCalculation<DenseDoubleMatrix2D,
DenseDoubleMatrix2D> Transpose.DENSEDOUBLEMATRIX2D
Methods in org.ujmp.core.calculation with parameters of type DenseDoubleMatrix2DModifier and TypeMethodDescriptionfinal void
DivideMatrixDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) final void
DivideScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, double divisor, DenseDoubleMatrix2D target) final void
DivideScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, BigDecimal divisor, DenseDoubleMatrix2D target) final void
MinusMatrixDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) final void
MinusScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, double value, DenseDoubleMatrix2D target) final void
MinusScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, BigDecimal value, DenseDoubleMatrix2D target) final void
MtimesDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) final void
PlusMatrixDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) final void
PlusScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, double value, DenseDoubleMatrix2D target) final void
PlusScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, BigDecimal value, DenseDoubleMatrix2D target) void
TimesMatrixDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) final void
TimesScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, double factor, DenseDoubleMatrix2D target) final void
TimesScalarDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, BigDecimal factor, DenseDoubleMatrix2D target) final void
TransposeDenseDoubleMatrix2D.calc
(DenseDoubleMatrix2D source, DenseDoubleMatrix2D target) private void
MtimesDenseDoubleMatrix2D.calcBlockMatrixMultiThreaded
(DenseDoubleMatrix2D source1, DenseDoubleMatrix2D source2, DenseDoubleMatrix2D target) private final void
MtimesDenseDoubleMatrix2D.calcDenseDoubleMatrix2DMultiThreaded
(DenseDoubleMatrix2D A, DenseDoubleMatrix2D B, DenseDoubleMatrix2D C) private final void
MtimesDenseDoubleMatrix2D.calcDenseDoubleMatrix2DSingleThreaded
(DenseDoubleMatrix2D A, DenseDoubleMatrix2D B, DenseDoubleMatrix2D C) -
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix
Subinterfaces of DenseDoubleMatrix2D in org.ujmp.core.doublematrixFields in org.ujmp.core.doublematrix with type parameters of type DenseDoubleMatrix2DModifier and TypeFieldDescriptionstatic final DenseDoubleMatrix2DFactory<? extends DenseDoubleMatrix2D>
DenseDoubleMatrix2D.Factory
-
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.calculation.general.decomposition
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return DenseDoubleMatrix2DModifier and TypeMethodDescriptionGinv.calcNew()
Ginv.calcOrig()
final DenseDoubleMatrix2D
Eig.EigMatrix.getD()
Return the block diagonal eigenvalue matrixfinal DenseDoubleMatrix2D
QR.QRMatrix.getH()
Return the Householder vectorsfinal DenseDoubleMatrix2D
Chol.CholMatrix.getL()
Return triangular factor.final DenseDoubleMatrix2D
LU.LUMatrix.getL()
Return lower triangular factorfinal DenseDoubleMatrix2D
QR.QRMatrix.getQ()
Generate and return the (economy-sized) orthogonal factorfinal DenseDoubleMatrix2D
QR.QRMatrix.getR()
Return the upper triangular factorfinal DenseDoubleMatrix2D
SVD.SVDMatrix.getreciprocalS()
Return the diagonal matrix of the reciprocals of the singular valuesfinal DenseDoubleMatrix2D
SVDTask.SVDMatrix.getreciprocalS()
Return the diagonal matrix of the reciprocals of the singular valuesfinal DenseDoubleMatrix2D
SVD.SVDMatrix.getS()
Return the diagonal matrix of singular valuesfinal DenseDoubleMatrix2D
SVDTask.SVDMatrix.getS()
Return the diagonal matrix of singular valuesfinal DenseDoubleMatrix2D
LU.LUMatrix.getU()
Return upper triangular factorfinal DenseDoubleMatrix2D
SVD.SVDMatrix.getU()
Return the left singular vectorsfinal DenseDoubleMatrix2D
SVDTask.SVDMatrix.getU()
Return the left singular vectorsfinal DenseDoubleMatrix2D
Eig.EigMatrix.getV()
Return the eigenvector matrixfinal DenseDoubleMatrix2D
SVD.SVDMatrix.getV()
Return the right singular vectorsfinal DenseDoubleMatrix2D
SVDTask.SVDMatrix.getV()
Return the right singular vectorsstatic DenseDoubleMatrix2D
Ginv.inverse
(double[][] matrix) Same asGinv.inverse(org.ujmp.core.Matrix)
but optimized for 2D double arraysstatic DenseDoubleMatrix2D
Ginv.inverse
(DenseDoubleMatrix2D matrix) Same asGinv.inverse(org.ujmp.core.Matrix)
but optimized for 2D dense double matricesstatic DenseDoubleMatrix2D
Matrix inversion is the reason this Class exists - this method creates a generalized matrix inverse of the current matrix.final DenseDoubleMatrix2D
SVD.SVDMatrix.inverse
(boolean omit) Return the Moore-Penrose (generalized) inverse Slightly modified version of Kim van der Linde's codefinal DenseDoubleMatrix2D
SVDTask.SVDMatrix.inverse
(boolean omit) Return the Moore-Penrose (generalized) inverse Slightly modified version of Kim van der Linde's codefinal DenseDoubleMatrix2D
Solve A*X = Bfinal DenseDoubleMatrix2D
Solve A*X = Bstatic DenseDoubleMatrix2D
Ginv.times
(DenseDoubleMatrix2D matrix1, DenseDoubleMatrix2D matrix2, long timesInner) This routine performs the matrix multiplication.Methods in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type DenseDoubleMatrix2DModifier and TypeMethodDescriptionstatic void
Ginv.addColTimes
(DenseDoubleMatrix2D matrix, long diag, long fromRow, long col, double factor) Add a factor times one column to another columnstatic void
Ginv.addRowTimes
(DenseDoubleMatrix2D matrix, long diag, long fromCol, long row, double factor) Add a factor times one row to another rowstatic void
Ginv.divideRowBy
(DenseDoubleMatrix2D matrix, long aRow, long fromCol, double value) Divide the row from this column position by this valuestatic DenseDoubleMatrix2D
Ginv.inverse
(DenseDoubleMatrix2D matrix) Same asGinv.inverse(org.ujmp.core.Matrix)
but optimized for 2D dense double matricesstatic void
Ginv.swapCols
(DenseDoubleMatrix2D matrix, long col1, long col2) Swap components in the two columns.static void
Ginv.swapPivot
(DenseDoubleMatrix2D source, long diag, DenseDoubleMatrix2D s, DenseDoubleMatrix2D t) Swap the matrices so that the largest value is on the pivotstatic void
Ginv.swapRows
(DenseDoubleMatrix2D matrix, long row1, long row2) Swap components in the two rows.static DenseDoubleMatrix2D
Ginv.times
(DenseDoubleMatrix2D matrix1, DenseDoubleMatrix2D matrix2, long timesInner) This routine performs the matrix multiplication. -
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.factory
Classes in org.ujmp.core.doublematrix.factory with type parameters of type DenseDoubleMatrix2DModifier and TypeClassDescriptionclass
interface
DenseDoubleMatrix2DFactory<T extends DenseDoubleMatrix2D>
Methods in org.ujmp.core.doublematrix.factory that return DenseDoubleMatrix2DModifier and TypeMethodDescriptionDefaultDenseDoubleMatrix2DFactory.zeros
(long rows, long columns) -
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.impl
Classes in org.ujmp.core.doublematrix.impl that implement DenseDoubleMatrix2DModifier and TypeClassDescriptionclass
class
A dense 2D matrix with square block layout.class
class
class
class
class
class
class
class
class
-
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.stub
Classes in org.ujmp.core.doublematrix.stub that implement DenseDoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of DenseDoubleMatrix2D in org.ujmp.core.matrix.factory
Methods in org.ujmp.core.matrix.factory that return DenseDoubleMatrix2DModifier and TypeMethodDescriptionfinal DenseDoubleMatrix2D
AbstractMatrixFactory.createVectorForClass
(int classID, int classCount) final DenseDoubleMatrix2D
AbstractMatrixFactory.importFromArray
(double[]... values) final DenseDoubleMatrix2D
AbstractMatrixFactory.linkToArray
(double... values) final DenseDoubleMatrix2D
AbstractMatrixFactory.linkToArray
(double[]... values) final DenseDoubleMatrix2D
AbstractMatrixFactory.linkToValue
(double value) final DenseDoubleMatrix2D
AbstractMatrixFactory.linkToValue
(Double value) final DenseDoubleMatrix2D
AbstractMatrixFactory.rosserMatrix()
final DenseDoubleMatrix2D
AbstractMatrixFactory.sequence
(double start, double end) final DenseDoubleMatrix2D
AbstractMatrixFactory.sequence
(double start, double end, double stepsize) final DenseDoubleMatrix2D
AbstractMatrixFactory.sunSpotDataset()
-
Uses of DenseDoubleMatrix2D in org.ujmp.core.text
Methods in org.ujmp.core.text that return DenseDoubleMatrix2DModifier and TypeMethodDescriptionstatic final DenseDoubleMatrix2D
TextUtil.getCharacterFrequencies
(String s, char... validCharacters) -
Uses of DenseDoubleMatrix2D in org.ujmp.core.timeseries
Classes in org.ujmp.core.timeseries that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.core.treematrix
Classes in org.ujmp.core.treematrix that implement DenseDoubleMatrix2DModifier and TypeClassDescriptionclass
class
class
-
Uses of DenseDoubleMatrix2D in org.ujmp.core.util
Classes in org.ujmp.core.util that implement DenseDoubleMatrix2DMethods in org.ujmp.core.util that return DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.core.util.io
Classes in org.ujmp.core.util.io that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.core.util.matrices
Classes in org.ujmp.core.util.matrices that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.jama
Classes in org.ujmp.jama that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.jblas
Classes in org.ujmp.jblas that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.la4j
Classes in org.ujmp.la4j that implement DenseDoubleMatrix2D -
Uses of DenseDoubleMatrix2D in org.ujmp.vecmath
Classes in org.ujmp.vecmath that implement DenseDoubleMatrix2DMethods in org.ujmp.vecmath that return DenseDoubleMatrix2D