JKalman
A C D E G H I J L M N P Q R S T U

G

gemm(Matrix, Matrix, double, double) - Method in class jama.Matrix
Generalized linear algebraic matrix-matrix multiplication (of A); C = alpha*A x B + beta*C.
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.
getControl_matrix() - Method in class jkalman.JKalman
Getter
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
getError_cov_post() - Method in class jkalman.JKalman
Getter
getError_cov_pre() - Method in class jkalman.JKalman
Getter
getGain() - Method in class jkalman.JKalman
Getter
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.
getMeasurement_matrix() - Method in class jkalman.JKalman
Getter
getMeasurement_noise_cov() - Method in class jkalman.JKalman
Getter
getPivot() - Method in class jama.LUDecomposition
Return pivot permutation vector
getProcess_noise_cov() - Method in class jkalman.JKalman
Getter
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
getState_post() - Method in class jkalman.JKalman
 
getState_pre() - Method in class jkalman.JKalman
Getter
getTransition_matrix() - Method in class jkalman.JKalman
 
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

JKalman
A C D E G H I J L M N P Q R S T U