Class Decompose.LUDecomposition<T>
java.lang.Object
org.jblas.Decompose.LUDecomposition<T>
- Type Parameters:
T-
- Enclosing class:
Decompose
Class to hold an LU decomposition result.
Contains a lower matrix L, and upper matrix U, and a permutation matrix
P such that P*L*U is the original matrix.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
l
-
u
-
p
-
-
Constructor Details
-
LUDecomposition
-
-
Method Details
-
toString
-