- get(int, int) - Method in class Jama.Matrix
-
Get a single element.
- getArray() - Method in class Jama.Matrix
-
Access the internal two-dimensional array.
- getArrayCopy() - Method in class Jama.Matrix
-
Copy the internal two-dimensional array.
- getColumnDimension() - Method in class Jama.Matrix
-
Get column dimension.
- getColumnPackedCopy() - Method in class Jama.Matrix
-
Make a one-dimensional column packed copy of the internal array.
- getD() - Method in class Jama.EigenvalueDecomposition
-
Return the block diagonal eigenvalue matrix
- getDoublePivot() - Method in class Jama.LUDecomposition
-
Return pivot permutation vector as a one-dimensional double array
- getH() - Method in class Jama.QRDecomposition
-
Return the Householder vectors
- getImagEigenvalues() - Method in class Jama.EigenvalueDecomposition
-
Return the imaginary parts of the eigenvalues
- getL() - Method in class Jama.CholeskyDecomposition
-
Return triangular factor.
- getL() - Method in class Jama.LUDecomposition
-
Return lower triangular factor
- getMatrix(int, int, int, int) - Method in class Jama.Matrix
-
Get a submatrix.
- getMatrix(int[], int[]) - Method in class Jama.Matrix
-
Get a submatrix.
- getMatrix(int, int, int[]) - Method in class Jama.Matrix
-
Get a submatrix.
- getMatrix(int[], int, int) - Method in class Jama.Matrix
-
Get a submatrix.
- getPivot() - Method in class Jama.LUDecomposition
-
Return pivot permutation vector
- getQ() - Method in class Jama.QRDecomposition
-
Generate and return the (economy-sized) orthogonal factor
- getR() - Method in class Jama.QRDecomposition
-
Return the upper triangular factor
- getRealEigenvalues() - Method in class Jama.EigenvalueDecomposition
-
Return the real parts of the eigenvalues
- getRowDimension() - Method in class Jama.Matrix
-
Get row dimension.
- getRowPackedCopy() - Method in class Jama.Matrix
-
Make a one-dimensional row packed copy of the internal array.
- getS() - Method in class Jama.SingularValueDecomposition
-
Return the diagonal matrix of singular values
- getSingularValues() - Method in class Jama.SingularValueDecomposition
-
Return the one-dimensional array of singular values
- getU() - Method in class Jama.LUDecomposition
-
Return upper triangular factor
- getU() - Method in class Jama.SingularValueDecomposition
-
Return the left singular vectors
- getV() - Method in class Jama.EigenvalueDecomposition
-
Return the eigenvector matrix
- getV() - Method in class Jama.SingularValueDecomposition
-
Return the right singular vectors