Lobsters
- (2021) Writing your own linear algebra matrix library in C https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c 2 comments c , math
- On writing your own linear algebra matrix library in C (follow-up article with explanations after submitting the github library a while back) https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c 9 comments c_programming
- My first deep-dive into linear algebra and numerical analysis. An article describing how to write a C library that performs most of the "academical" algorithms for matrices (Row Echelon, Reduced Row Echelon, LU(P) Factorization, Inverse, Determinants, etc.) https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c 8 comments math
Linking pages
- GitHub - nomemory/neat-matrix-library: nml is a "simple" matrix/numerical analysis library written in pure C. The scope of the library is to highlight various algorithm implementations related to matrices. Code readability was a major concern. https://github.com/nomemory/neat-matrix-library 4 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:andreinc.net
Search title: Writing your own linear algebra matrix library in C | andreinc
See how to search.