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
{ 0, 0}: On entry to PDGETRF parameter number 4 had an illegal value
{ 1, 1}: On entry to PDGETRF parameter number 4 had an illegal value
....
but in the documentation there is no word about the contraint, that IA and JA must be a multiple of the block size.
More general, why is this restriction? I currently searching in P?GETRF, P?GETF2, .... why this is required? If there is no reason, then the checks should be removed.
The text was updated successfully, but these errors were encountered:
I ran into an issue while executing
pdgetrf
on a submatrixA(2:M, 2:M)
. Therefore I used the following call:which caused the following error:
but in the documentation there is no word about the contraint, that IA and JA must be a multiple of the block size.
More general, why is this restriction? I currently searching in
P?GETRF
,P?GETF2
, .... why this is required? If there is no reason, then the checks should be removed.The text was updated successfully, but these errors were encountered: