| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jutil.math.matrix.DefaultLUDecomposition
This class represents a default LU factorization of a square non-singular matrix.
| Field Summary | |
| static java.lang.String | CVS_REVISION | 
| Constructor Summary | |
| DefaultLUDecomposition(Matrix L,
                       Matrix U,
                       Matrix P)Initialize a new DefaultLUDecomposition with the given L and U matrices | |
| Method Summary | |
|  Matrix | L()See superclass | 
|  Matrix | P()See superclass | 
|  Matrix | U()See superclass | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String CVS_REVISION
| Constructor Detail | 
public DefaultLUDecomposition(Matrix L,
                              Matrix U,
                              Matrix P)
L - The L matrix of the LU decompositionU - The U matrix of the LU decomposition| Method Detail | 
public Matrix L()
public Matrix U()
public Matrix P()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||