-
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