- arrayLeftDivide(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element left division, C = B.
- arrayLeftDivide(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element left division, C = B.
- arrayLeftDivideEquals(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element left division in place, A = B.
- arrayLeftDivideEquals(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element left division in place, A = B.
- arrayRightDivide(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element right division, C = A.
- arrayRightDivide(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element right division, C = A.
- arrayRightDivideEquals(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element right division in place, A = A.
- arrayRightDivideEquals(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element right division in place, A = A.
- arrayTimes(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element multiplication, C = A.
- arrayTimes(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element multiplication, C = A.
- arrayTimesEquals(Matrix) - Method in class com.helger.matrix.Matrix
-
Element-by-element multiplication in place, A = A.
- arrayTimesEquals(MatrixInt) - Method in class com.helger.matrix.MatrixInt
-
Element-by-element multiplication in place, A = A.
- get(int, int) - Method in class com.helger.matrix.Matrix
-
Get a single element.
- get(int, int) - Method in class com.helger.matrix.MatrixInt
-
Get a single element.
- getArrayCopy() - Method in class com.helger.matrix.Matrix
-
Copy the internal two-dimensional array.
- getArrayCopy() - Method in class com.helger.matrix.MatrixInt
-
Copy the internal two-dimensional array.
- getClone() - Method in class com.helger.matrix.Matrix
-
- getClone() - Method in class com.helger.matrix.MatrixInt
-
- getColumnDimension() - Method in class com.helger.matrix.Matrix
-
Get column dimension.
- getColumnDimension() - Method in class com.helger.matrix.MatrixInt
-
Get column dimension.
- getColumnPackedCopy() - Method in class com.helger.matrix.Matrix
-
Make a one-dimensional column packed copy of the internal array.
- getColumnPackedCopy() - Method in class com.helger.matrix.MatrixInt
-
Make a one-dimensional column packed copy of the internal array.
- getD() - Method in class com.helger.matrix.EigenvalueDecomposition
-
Return the block diagonal eigenvalue matrix
- getDoublePivot() - Method in class com.helger.matrix.LUDecomposition
-
Return pivot permutation vector as a one-dimensional double array
- getH() - Method in class com.helger.matrix.QRDecomposition
-
Return the Householder vectors
- getL() - Method in class com.helger.matrix.CholeskyDecomposition
-
Return triangular factor.
- getL() - Method in class com.helger.matrix.LUDecomposition
-
Return lower triangular factor
- getMatrix(int, int, int, int) - Method in class com.helger.matrix.Matrix
-
Get a submatrix.
- getMatrix(int[], int[]) - Method in class com.helger.matrix.Matrix
-
Get a submatrix.
- getMatrix(int, int, int[]) - Method in class com.helger.matrix.Matrix
-
Get a submatrix.
- getMatrix(int[], int, int) - Method in class com.helger.matrix.Matrix
-
Get a submatrix.
- getMatrix(int, int, int, int) - Method in class com.helger.matrix.MatrixInt
-
Get a submatrix.
- getMatrix(int[], int[]) - Method in class com.helger.matrix.MatrixInt
-
Get a submatrix.
- getMatrix(int, int, int[]) - Method in class com.helger.matrix.MatrixInt
-
Get a submatrix.
- getMatrix(int[], int, int) - Method in class com.helger.matrix.MatrixInt
-
Get a submatrix.
- getPivot() - Method in class com.helger.matrix.LUDecomposition
-
Return pivot permutation vector
- getQ() - Method in class com.helger.matrix.QRDecomposition
-
Generate and return the (economy-sized) orthogonal factor
- getR() - Method in class com.helger.matrix.QRDecomposition
-
Return the upper triangular factor
- getRowDimension() - Method in class com.helger.matrix.Matrix
-
Get row dimension.
- getRowDimension() - Method in class com.helger.matrix.MatrixInt
-
Get row dimension.
- getRowPackedCopy() - Method in class com.helger.matrix.Matrix
-
Make a one-dimensional row packed copy of the internal array.
- getRowPackedCopy() - Method in class com.helger.matrix.MatrixInt
-
Make a one-dimensional row packed copy of the internal array.
- getS() - Method in class com.helger.matrix.SingularValueDecomposition
-
Return the diagonal matrix of singular values
- getSingularValues() - Method in class com.helger.matrix.SingularValueDecomposition
-
Return the one-dimensional array of singular values
- getU() - Method in class com.helger.matrix.LUDecomposition
-
Return upper triangular factor
- getU() - Method in class com.helger.matrix.SingularValueDecomposition
-
Return the left singular vectors
- getV() - Method in class com.helger.matrix.EigenvalueDecomposition
-
Return the eigenvector matrix
- getV() - Method in class com.helger.matrix.SingularValueDecomposition
-
Return the right singular vectors