Hello,
The minimal singular value of a matrix and its corresponding right singular vector are desired in my application that is implemented by iteration algorithm. However, both dgesvd and dgesdd compute all the singular values and right singular vectors, which is very time consuming. So I am inquiring how to compute only minimal singular value and its right singular vector by using LAPACK.
Thanks for any suggestions,
Benson

