M - public class TransformMatrixConditionCheck<M extends Model<?,?> & MatrixTransformProvider> extends Object implements Predicate<M>
Models that produce transform matrices (via the
 MatrixTransformProvider) that tests whether the condition number is
 below a threshold.| Constructor and Description | 
|---|
| TransformMatrixConditionCheck(double threshold)Construct the check with the given threshold. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | test(M model)Tests whether a specific object passes some criteria. | 
public TransformMatrixConditionCheck(double threshold)
threshold - the thresholdpublic boolean test(M model)
Predicatetest in interface Predicate<M extends Model<?,?> & MatrixTransformProvider>model - the object being tested.