Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

IMSL Singular Value Decomposition convergence failure

dimdol10
New Contributor I
336 Views

Hello,

I have difficulty in singular value decomposition by using the IMSL subroutine DLSVRR due to convergence failure.

The error message says that the convergence can only be obtained for some of singular values and their corresponding singular vectors.

I think this problem has been a critical issue, but I haven't found any solution yet.

I hope someone might give me a suitable help.

Thanks.

 

 

 

0 Kudos
1 Reply
mecej4
Honored Contributor III
336 Views

You should probably post this in the Roguewave IMSL forum, and provide citations for "has been a critical issue". The IMSL 7.0 manual has a single-precision example for LSVRR, and that works fine with IFort 16.0.4. It should be obvious that if a problem occurs, it does so only in some specific cases, so you should provide enough details to allow the problem to be reproduced.

MKL/Lapack contains the routine DGESVD for computing the SVD of a real matrix. You could try that routine instead of DLSVRR.

0 Kudos
Reply