TSparseMtx.ZeroThresh Method

procedure ZeroThresh(Threshold: Double);

Reduces the number of non-zeros.

#NameTypeDescription
1ThresholdDoublescalar

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.