Commit e391dd9
committed
For symmetric eigensolvers only upper or lower triangle of a matrix should be set
and remaining part of matrix can contain any values including NaNs but these LAPACKE
symmetric eigensolver drivers checked the whole matrix for NaNs and they used
transposition of the whole matrix. The new versions check and transpose upper or lower
triangle of matrix.1 parent 86f70bd commit e391dd9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments