- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
In MKL C Manual on page 399 (PDF) row major layout formula looks like "row major layout: k(i, j) = (i - j)*ldab + kl + j - 1; 1 ≤i≤m, max(1, i - kl) ≤j≤ min(n, i + ku)". Let's take row i=1, j=i+ku, kl=ku=k (equal # of bands), ldab=kl + ku + 1 as suggested earlier and get k(i,j)=-k*(k+k+1)+k+1+k-1=k-2*k*k, which is negative for all k>0. Please adjust to make it correct. Thank you!
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks for the problem Sergey, we will check and address the case.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Sergey, I have no pdf doc file available right now. Could you point us the function name you are talking about? We will check then this description from within html format.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
sorry, I see what you mean. Thanks, the case will be escalated and we will update this thread when the fix of the problem will be available.
