nomemory / neat-matrix-libraryLinks
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.
☆99Updated last year
Alternatives and similar repositories for neat-matrix-library
Users that are interested in neat-matrix-library are comparing it to the libraries listed below
Sorting:
- A collection of small C projects - usually a minimal example of something interesting☆46Updated 3 years ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆99Updated 4 years ago
- Pottery - A container and algorithm template library in C☆129Updated 3 years ago
- clex is a simple lexer generator☆105Updated 3 months ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- Explored and benchmarked different methods of implementing cosine from scratch.☆61Updated 3 years ago
- Image Processing in C☆77Updated 5 years ago
- A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.☆56Updated 3 years ago
- cparse is an LR(1) and LALR(1) parser generator☆65Updated 2 months ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- Simple hash table implemented in C☆182Updated last year
- Preprocessor metaprogramming knowledge obscurity chart☆50Updated 2 years ago
- Asteroids Clone for Windows☆47Updated 7 months ago
- Scalar-valued Automatic Differentiation library in C☆53Updated 2 years ago
- An argument-parsing library for C.☆80Updated 6 months ago
- Fast Text-to-PDF Converter☆55Updated 5 months ago
- My variant of the C Template Library☆278Updated 2 weeks ago
- Generic, strongly typed, header-only data structures in C☆30Updated last year
- Let's Finally Try to Catch C -- Java like exception handling in C -- April 1999☆51Updated 6 years ago
- C implementation of Google's PageRank algorithm☆46Updated 3 years ago
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆213Updated 2 years ago
- Reference counter for C☆54Updated 2 years ago
- Completely avoid dangling pointers in C.☆39Updated 3 years ago
- str: yet another string library for C language.☆346Updated last year
- Library for catching memory leaks, double-frees along with invalid pointers to free() and realloc().☆60Updated 2 years ago
- ☆31Updated 3 years ago
- Self-hosting C toolchain, from scratch☆36Updated 10 months ago
- Documentation generator for C/C++ code☆55Updated 2 months ago
- A tutorial for low-level C++ linkage, meant for people with 0 C++ knowledge☆22Updated 2 years ago
- Simple SIMD example in C (AVX2 Vectorization)☆60Updated 7 years ago