|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReducedRowEchelonForm<T extends DenseMatrix64F>
An augmented system matrix is said to be in reduced row echelon form (RREF) if the following are true:
[1] Page 19 in, Otter Bretscherm "Linear Algebra with Applications" Prentice-Hall Inc, 1997
| Method Summary | |
|---|---|
void |
reduce(T A,
int coefficientColumns)
Puts the augmented matrix into RREF. |
void |
setTolerance(double tol)
Specifies tolerance for determining if the system is singular and it should stop processing. |
| Method Detail |
|---|
void reduce(T A,
int coefficientColumns)
A - Input: Augmented matrix. Output: RREF. Modified.coefficientColumns - Number of coefficients in the system matrix.void setTolerance(double tol)
tol - Tolerance for singular matrix. A reasonable value is: tol = EPS/max(||tol||). Or just set to zero.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||