Threshold below which SVD values are considered zero.
Details
The singular value decomposition (SVD) method simply computes the SVD of x
and returns the number of singular values of x that are greater than
tol. See Matrix::rankMatrix() for alternative methods.