Sergey.Bochkanov wrote:
Hello!
ALGLIB uses truncated SVD, i.e. it throws away very small singular values.
Thanks, a lot for answer. And can u say threshold for throwing away small singular values?
How small should be singular value for throwing away?(Should it be of order about 1e-300,
or order 1e-14 is also enough for throwing away?)
How does alglib determine whether this singular value small or not(for throwing away). Does it depend on some parameters, for example value of the biggest singular value or smth else?
Thanks a lot!
Best, regards!