- Type Parameters:
T
-
- Enclosing class:
- Decompose
public static class Decompose.LUDecomposition<T>
extends 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.