sddspseudoinverse error
Moderators: michael_borland, soliday
-
- Posts: 42
- Joined: 21 Jan 2010, 02:27
sddspseudoinverse error
Hello. There is an error in the sddspseudoinverse while I am trying to execute an example of "DATuneScan" with the recent version sdds-toolkit on the Windows machine. It works fine with the old-version sdds-toolkit.
Re: sddspseudoinverse error
I will take a look. I think I know what happened.
Re: sddspseudoinverse error
There is a new version posted for Windows. I had linked to the Intel MKL libraries that use 64bit array indexing which is incompatible with some of our other code. For now, I changed it to use the Intel MKL libraries that use 32bit array indexing.
-
- Posts: 42
- Joined: 21 Jan 2010, 02:27
Re: sddspseudoinverse error
Thanks! It works well.