void ZeroThresh(double Threshold = 0);
Reduces the number of non-zeros.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Threshold = 0 | double |
Remarks:
Reduces the number of non-zeros by rounding all values smaller than Threshold to zero. All zeros on the main diagonal are retained.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler