Commit 4958c38
Remove non-LU algorithms from _string_to_algorithm_choice
Removed non-LU algorithms from the preference system:
- QRFactorization
- CholeskyFactorization
- SVDFactorization
- BunchKaufmanFactorization
- LDLtFactorization
Now only LU algorithms are supported in the autotune preference system,
which matches the focus on LU algorithm selection for dense matrices.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 66faf95 commit 4958c38
1 file changed
+0
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | 308 | | |
320 | 309 | | |
321 | 310 | | |
| |||
0 commit comments