This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Commit 2cb50e0
Stuart Daines
sparse fast path only if J, sparsity share same sparsity pattern
Simplifies fast path logic.
All other cases (J is not a SparseMatrixCSC, or J has a different sparsity
pattern) use previous slow path.1 parent e32a713 commit 2cb50e0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
278 | | - | |
| 277 | + | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments