Commit f525070
authored
Generalize fast colored iteration on banded matrix to array output
The function already uses 2D indexing so it's fast and safe for array output too, it just needs to make sure to get the sparsity information from sparsity (which it should have done in the first place, it just assumed the two were the same).1 parent bcf0198 commit f525070
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments