Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
Z
L
LUDecomposition
- class org.jmatrices.dbl.decomposition.
LUDecomposition
.
LUDecomposition For an m-by-n matrix A with m >= n, the LU decomposition is an m-by-n unit lower triangular matrix L, an n-by-n upper triangular matrix U, and a permutation vector piv of length m so that A(piv,:) = L*U.
LUDecomposition(Matrix)
- Constructor for class org.jmatrices.dbl.decomposition.
LUDecomposition
LU Decomposition
length()
- Method in interface org.jmatrices.dbl.
Vector
length(Matrix)
- Static method in class org.jmatrices.dbl.client.
MatlabSyntax
length(Matrix)
- Static method in class org.jmatrices.dbl.measure.
MatrixMeasure
Gets the length of the matrix, which is treated to be the maximum dimension.
lu(Matrix)
- Static method in class org.jmatrices.dbl.client.
MatlabSyntax
Deocompositions
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
Z