Error code 273
3 posts
• Page 1 of 1
Error code 273
In my application, a call to culaDeviceDsyev() returned a status of culaDataError. A call to culaGetErrorInfo() returned a code of 273. I can't seem to find the LAPACK documentation that will provide more detail about this error code. Can anyone help me out? Thanks!
- ajk3e
- Posts: 6
- Joined: Tue Mar 09, 2010 5:19 pm
Re:Error code 273
For SYEV, if DataError() = i, the algorithm failed to converge with i elements.
I noticed you are using the device interface as well. Be sure that you have valid data in there. Gibberish will most likely fail to converge.
I noticed you are using the device interface as well. Be sure that you have valid data in there. Gibberish will most likely fail to converge.
- kyle
- Administrator
- Posts: 301
- Joined: Fri Jun 12, 2009 7:47 pm
Re:Error code 273
As it turns out, I did have bad data going into the method that I somehow managed to overlook. Thank you for the response!
- ajk3e
- Posts: 6
- Joined: Tue Mar 09, 2010 5:19 pm
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 3 guests