You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move show_algorithm_choices to main package and simplify
Moved show_algorithm_choices from test/ to src/analysis.jl and simplified:
- Removed preference clearing and testing functionality
- Shows current preferences and what default algorithm chooses
- One representative matrix per size category (not boundary testing)
- Shows system information (MKL, Apple Accelerate, RecursiveFactorization status)
- Exported from main LinearSolve package for easy access
Usage: julia -e "using LinearSolve; show_algorithm_choices()"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments