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
Replace bold asterisk formatting with SciPy-style conditional returns
formatting using pipe notation:
- Use "(p, l, u) | (pl, u):" to show alternative return tuples
- Explain conditions in prose followed by "where:"
- List all return values together (p, l, pl, u) for clarity
Also add missing period to parameter description in lu_solve.
This follows SciPy's exact formatting convention for conditional returns,
ensuring proper Sphinx/Napoleon rendering.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments