void ZeroThresh(Double Threshold)
Reduces the number of non-zeros.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Threshold | Double | scalar |
Result: stored in self (calling object)
Remarks:
Reduces the number of non-zeros by rounding all values smaller than Threshold to zero. All zeros on the main diagonal are retained.