https://github.com/simleek/kompute_inverse
https://github.com/simleek/kompute_inverse
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simleek/kompute_inverse
- Owner: SimLeek
- License: unlicense
- Created: 2024-02-24T22:50:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:29:06.000Z (over 2 years ago)
- Last Synced: 2025-02-14T01:51:47.405Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gauss Jordan Inverse using Kompute
Requires [numpy](https://github.com/numpy/numpy), [kompute](https://github.com/KomputeProject/kompute), and [glslc](https://github.com/google/shaderc).
run with `python inverse.py` once those are installed.
# Sources
## Gauss Jordan
https://github.com/ThomIves/MatrixInverse/blob/master/ShortImplementation.py
https://www.sciencedirect.com/science/article/abs/pii/S0045794913002095
https://www.reddit.com/r/OpenCL/comments/w74l2r/gaussjordan_matrix_inversion_non_determinism/
https://matrix.reshish.com/inverCalculation.php
https://en.wikipedia.org/wiki/Gaussian_elimination#Pseudocode
https://en.wikipedia.org/wiki/Gram%E2%80%93Schmidt_process#Via_Gaussian_elimination