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
Use LinearSolve's solve instead of manual backslash
Instead of manually calling `dual_A \ dual_b`, create a LinearProblem
with the dual values and use solve() to go through the proper
LinearSolve infrastructure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments