Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JKalman
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
N
P
Q
R
S
T
U
S
set(int, int, double)
- Method in class jama.
Matrix
Set a single element.
setControl_matrix(Matrix)
- Method in class jkalman.
JKalman
Setter
setError_cov_post(Matrix)
- Method in class jkalman.
JKalman
Setter
setError_cov_pre(Matrix)
- Method in class jkalman.
JKalman
Setter
setGain(Matrix)
- Method in class jkalman.
JKalman
Setter
setMatrix(int, int, int, int, Matrix)
- Method in class jama.
Matrix
Set a submatrix.
setMatrix(int[], int[], Matrix)
- Method in class jama.
Matrix
Set a submatrix.
setMatrix(int[], int, int, Matrix)
- Method in class jama.
Matrix
Set a submatrix.
setMatrix(int, int, int[], Matrix)
- Method in class jama.
Matrix
Set a submatrix.
setMeasurement_matrix(Matrix)
- Method in class jkalman.
JKalman
Setter
setMeasurement_noise_cov(Matrix)
- Method in class jkalman.
JKalman
Setter
setProcess_noise_cov(Matrix)
- Method in class jkalman.
JKalman
Setter
setState_post(Matrix)
- Method in class jkalman.
JKalman
Setter
setState_pre(Matrix)
- Method in class jkalman.
JKalman
Setter
setTransition_matrix(Matrix)
- Method in class jkalman.
JKalman
Getter
SingularValueDecomposition
- Class in
jama
Singular Value Decomposition.
SingularValueDecomposition(Matrix)
- Constructor for class jama.
SingularValueDecomposition
Construct the singular value decomposition
solve(Matrix)
- Method in class jama.
CholeskyDecomposition
Solve A*X = B
solve(Matrix)
- Method in class jama.
LUDecomposition
Solve A*X = B
solve(Matrix)
- Method in class jama.
Matrix
Solve A*X = B
solve(Matrix)
- Method in class jama.
QRDecomposition
Least squares solution of A*X = B
solveTranspose(Matrix)
- Method in class jama.
Matrix
Solve X*A = B, which is also A'*X' = B'
svd()
- Method in class jama.
Matrix
Singular Value Decomposition
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
JKalman
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
J
L
M
N
P
Q
R
S
T
U