Function Svd-Zero

Part of:

package cl-mathstats
( svd-zero < w > &optional < threshold > < report? > )

If the relative magnitude of an element in w&#39; compared to the largest<br> element is less than threshold,' then zero that element. Returns a list of
indices of the zeroed elements. This function is just a convenient wrapper for
svzero-sf&#39; and svzero-df.'