| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jutil.math.matrix.PartialPivotGauss
A class of objects that compute the LU factorization of a square non-singular matrix using Gauss elimination with partial pivoting.
| Field Summary | |
| static java.lang.String | CVS_REVISION | 
| Constructor Summary | |
| PartialPivotGauss() | |
| Method Summary | |
|  LUDecomposition | decompose(Matrix matrix)See superclass The result is computed using Gauss elimination with partial pivoting. | 
| 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 PartialPivotGauss()
| Method Detail | 
public LUDecomposition decompose(Matrix matrix)
See superclass
The result is computed using Gauss elimination with partial pivoting.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||