Commit 5f36acc
Add RecursiveFactorization as hard dependency to LinearSolveAutotune
- Add RecursiveFactorization to Project.toml dependencies and compat
- Import RecursiveFactorization in main module to ensure RFLUFactorization is available
- This ensures autotune can test all available algorithms including RFLUFactorization
- RFLUFactorization now properly available for all element types including BigFloat
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent a344ac3 commit 5f36acc
File tree
2 files changed
+3
-0
lines changed- lib/LinearSolveAutotune
- src
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments