Add an Invertible typeclass?
Open
feature request
- Dominant language
- Haskell
- Stars
- 220
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
To make it easier to write generalized code involving matrix inversion, it might be useful to have an `Invertible` typeclass with instances for `Fractional a => M22 a`, `Fractional a => M33 a`, and `Fractional a => M44 a`.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points; start by reading the existing matrix inversion APIs and typeclass conventions in the repository. The design is complete when a coherent Invertible abstraction and the requested M22, M33, and M44 instances are defined, with tests covering generalized inversion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100