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 now need to perform a C row-major-order operation on a vector y with a step incy of 2. According to the formula in the documentation I should get a result of alphaAX+beta*y. but the actual return value does not match the result of manually performing the operation according to this formula. Tracing the memory revealed that CBLAS exchanged the real and imaginary parts of Y before the operation. Meanwhile?hpmv also has this problem, is this by design or a bug?If it's by design, a timely documentation update is needed!
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered:
I now need to perform a C row-major-order operation on a vector y with a step incy of 2. According to the formula in the documentation I should get a result of alphaAX+beta*y. but the actual return value does not match the result of manually performing the operation according to this formula. Tracing the memory revealed that CBLAS exchanged the real and imaginary parts of Y before the operation. Meanwhile?hpmv also has this problem, is this by design or a bug?If it's by design, a timely documentation update is needed!
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered: