Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

Subroutine for estimating condition number for sparse matrices

postaquestion
Beginner
208 Views

Is there a subroutine for estimating the condition number for sparse matrices? Thanks in advance.

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
208 Views

It does not have such functions in MKL. If the matrix is not large, you mayconvert it to dense matix and then use DGESVD for computing the condition number.

0 Kudos
Reply