Package org.jblas
Class Decompose.LUDecomposition<T>
- java.lang.Object
-
- org.jblas.Decompose.LUDecomposition<T>
-
- Type Parameters:
T
-
- Enclosing class:
- Decompose
public static class Decompose.LUDecomposition<T> extends java.lang.Object
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.
-
-
Constructor Summary
Constructors Constructor Description LUDecomposition(T l, T u, T p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-