An open API service indexing awesome lists of open source software.

https://github.com/simleek/kompute_inverse


https://github.com/simleek/kompute_inverse

Last synced: about 1 year ago
JSON representation

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