- Got back to C after a few years, and created my first C library: NML is a simple matrix library that implements various numerical analysis algorithms (Gauss Elimination, Gauss-Jordan, Gram-Schmidt, LU(P) Factorisation, etc.) https://github.com/nomemory/neat-matrix-library 4 comments programming
Linked pages
- Writing your own linear algebra matrix library in C | andreinc https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c 20 comments
- Gaussian elimination - Wikipedia https://en.wikipedia.org/wiki/Gaussian_elimination 16 comments
- LU decomposition - Wikipedia https://en.wikipedia.org/wiki/LU_decomposition 7 comments
- Linear algebra - Wikipedia https://en.m.wikipedia.org/wiki/Linear_algebra 4 comments
- Matrix (mathematics) - Wikipedia https://en.wikipedia.org/wiki/Matrix_(mathematics) 2 comments