public interface DeflationCriterion
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNegligible(Matrix H,
int i,
int j,
double epsilon)
Checks whether a sub-diagonal element is sufficiently small.
|
boolean isNegligible(Matrix H, int i, int j, double epsilon)
H - a matrixi - a row indexj - a column indexepsilon - a precision parameter: when a number |x| ≤ ε, it is considered
0true is H[i,j] is deemed small enoughCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.