You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a visual studio project in VS2022 where I am using the Blas and lapacke libraries which is working fine.
I am trying to create a cmake project for the same VS2022 project and I'm successful in building the executable but while running I am getting an error while running LAPACKE_zhveevd as mentioned in header.
What could be the possible reason for the error?
The text was updated successfully, but these errors were encountered:
How are you calling lapacke_zheevd ? Parameter 1 in ZGESVD is your "jobz" value (the second parameter in LAPACKE_zheevd), which should be one of "A", "S", "O" or "N" supplied as a single character.
I have a visual studio project in VS2022 where I am using the Blas and lapacke libraries which is working fine.
I am trying to create a cmake project for the same VS2022 project and I'm successful in building the executable but while running I am getting an error while running LAPACKE_zhveevd as mentioned in header.
What could be the possible reason for the error?
The text was updated successfully, but these errors were encountered: