public interface ReducedRowEchelonForm_F32<T extends Matrix> extends ReducedRowEchelonForm<T>
Implementation of ReducedRowEchelonForm for 32-bit floats
| Modifier and Type | Method and Description |
|---|---|
void |
setTolerance(float tol)
Specifies tolerance for determining if the system is singular and it should stop processing.
|
reducevoid setTolerance(float tol)
tol - Tolerance for singular matrix. A reasonable value is: tol = EPS/max(||tol||). Or just set to zero.