|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DenseDoubleMatrix2D in org.ujmp.core |
---|
Methods in org.ujmp.core that return DenseDoubleMatrix2D | |
---|---|
static DenseDoubleMatrix2D |
MatrixFactory.linkToArray(double... values)
|
static DenseDoubleMatrix2D |
MatrixFactory.linkToArray(double[]... values)
|
static DenseDoubleMatrix2D |
MatrixFactory.linkToValue(double value)
|
Uses of DenseDoubleMatrix2D in org.ujmp.core.calculation |
---|
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix |
---|
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.calculation.general.decomposition |
---|
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return DenseDoubleMatrix2D | |
---|---|
DenseDoubleMatrix2D |
Ginv.calcLink()
|
DenseDoubleMatrix2D |
Ginv.calcNew()
|
DenseDoubleMatrix2D |
Ginv.calcOrig()
|
static DenseDoubleMatrix2D |
Ginv.inverse(DenseDoubleMatrix2D matrix)
Same as Ginv.inverse(Matrix) but optimized for 2D dense double
matrices |
static DenseDoubleMatrix2D |
Ginv.inverse(double[][] matrix)
Same as Ginv.inverse(Matrix) but optimized for 2D double arrays |
static DenseDoubleMatrix2D |
Ginv.inverse(Matrix matrix)
Matrix inversion is the reason this Class exists - this method creates a generalized matrix inverse of the current matrix. |
static 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 DenseDoubleMatrix2D | |
---|---|
static void |
Ginv.addColTimes(DenseDoubleMatrix2D matrix,
long diag,
long fromRow,
long col,
double factor)
Add a factor times one column to another column |
static void |
Ginv.addRowTimes(DenseDoubleMatrix2D matrix,
long diag,
long fromCol,
long row,
double factor)
Add a factor times one row to another row |
static void |
Ginv.divideRowBy(DenseDoubleMatrix2D matrix,
long aRow,
long fromCol,
double value)
Divide the row from this column position by this value |
static DenseDoubleMatrix2D |
Ginv.inverse(DenseDoubleMatrix2D matrix)
Same as Ginv.inverse(Matrix) but optimized for 2D dense double
matrices |
static 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 pivot |
static 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 |
---|
Methods in org.ujmp.core.doublematrix.factory that return DenseDoubleMatrix2D | |
---|---|
DenseDoubleMatrix2D |
DenseDoubleMatrix2DFactory.zeros(long... size)
|
DenseDoubleMatrix2D |
DefaultDenseDoubleMatrix2DFactory.zeros(long... size)
|
DenseDoubleMatrix2D |
DenseDoubleMatrix2DFactory.zeros(long rows,
long cols)
|
DenseDoubleMatrix2D |
DefaultDenseDoubleMatrix2DFactory.zeros(long rows,
long columns)
|
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.impl |
---|
Classes in org.ujmp.core.doublematrix.impl that implement DenseDoubleMatrix2D | |
---|---|
class |
ArrayDenseDoubleMatrix2D
|
class |
BlockDenseDoubleMatrix2D
A dense 2D matrix with square block layout. |
class |
DefaultDenseDoubleMatrix2D
|
class |
MortonDenseDoubleMartrix2D
|
Uses of DenseDoubleMatrix2D in org.ujmp.core.doublematrix.stub |
---|
Classes in org.ujmp.core.doublematrix.stub that implement DenseDoubleMatrix2D | |
---|---|
class |
AbstractDenseDoubleMatrix2D
|
Uses of DenseDoubleMatrix2D in org.ujmp.core.timeseries |
---|
Classes in org.ujmp.core.timeseries that implement DenseDoubleMatrix2D | |
---|---|
class |
TimeSeriesMatrix
|
Uses of DenseDoubleMatrix2D in org.ujmp.core.util |
---|
Methods in org.ujmp.core.util that return DenseDoubleMatrix2D | |
---|---|
static DenseDoubleMatrix2D |
BLAS.mtimes(DefaultDenseDoubleMatrix2D A,
DefaultDenseDoubleMatrix2D B)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |