Function Svzero-Sf

Part of:

package cl-mathstats
( svzero-sf < 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 indices of the zeroed elements. This routine uses single-floats.