Function Svzero-Df

Part of:

package cl-mathstats
( svzero-df < w > < n > < threshold > &optional < report? > )
If the relative magnitude of an element in `w' compared to the largest element is less than `threshold,' then zero that element. If `report?' is true, the indices of zeroed elements are printed. Returns a list of the indices of zeroed elements. This routine uses double-floats.