|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jblas.Decompose.LUDecomposition<T>
T - public static class Decompose.LUDecomposition<T>
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 | |
|---|---|
T |
l
|
T |
p
|
T |
u
|
| Constructor Summary | |
|---|---|
Decompose.LUDecomposition(T l,
T u,
T p)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public T l
public T u
public T p
| Constructor Detail |
|---|
public Decompose.LUDecomposition(T l,
T u,
T p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||