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.
☆97Updated 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:
- Pottery - A container and algorithm template library in C☆128Updated 3 years ago
- A very simple benchmarking tool☆16Updated 3 years ago
- A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.☆54Updated 2 years ago
- An argument-parsing library for C.☆70Updated last month
- A collection of commonly used C MACROS☆143Updated 2 years ago
- clex is a simple lexer generator☆96Updated 3 weeks ago
- A Micro (1k lines of code) Unit Test Framework for C/C++☆171Updated 8 months ago
- A set of efficient data structures in C, created in a generic way☆41Updated last year
- A collection of small C projects - usually a minimal example of something interesting☆44Updated 3 years ago
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆136Updated 6 months ago
- C23 Checked Arithmetic☆139Updated 2 weeks ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆99Updated 4 years ago
- Scalar-valued Automatic Differentiation library in C☆53Updated 2 years ago
- Preprocessor metaprogramming knowledge obscurity chart☆49Updated last year
- A plotting library available in many programming languages.☆119Updated last year
- Reference counter for C☆54Updated 2 years ago
- A small, ergonomic generic container library.☆343Updated last month
- A fast hash map/hash table (whatever you want to call it) for the C programming language.☆168Updated last year
- J Language Source Code. Livestream links ⬇️☆38Updated 3 years ago
- cparse is an LR(1) and LALR(1) parser generator☆51Updated 3 weeks ago
- str: yet another string library for C language.☆341Updated 9 months ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆74Updated 3 years ago
- Fast Text-to-PDF Converter☆54Updated last month
- Optimizing Brainfuck interpreter in the C preprocessor☆62Updated 3 years ago
- Personal scratch code☆433Updated 2 weeks ago
- Simple hash table implemented in C☆178Updated last year
- The Roman II Programming Language☆70Updated 3 years ago
- Super small, simple, and (almost) completely C89-compliant single-header arena "allocator".☆75Updated 3 weeks ago
- C implementation of Google's PageRank algorithm☆45Updated 3 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆155Updated 3 years ago