Add Luupanov/Sylvester solver
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 839
- Forks
- 220
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 14
Description
From this discussion. It would be nice if we can figure out the reverse mode passes for each solve. See links below for scipy's description
https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.solve_sylvester.html
https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.solve_continuous_lyapunov.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked discussion and SciPy documentation for solve_sylvester and solve_continuous_lyapunov, then determine the required reverse-mode passes for each solve. Done means both solvers are defined with reverse-mode behavior for the intended operations; the issue names no repository files or tests, so locating those is part of the work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100