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.
☆98Updated 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☆45Updated 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.☆55Updated 3 years ago
- Simple hash table implemented in C☆180Updated last year
- Scalar-valued Automatic Differentiation library in C☆53Updated 2 years ago
- cparse is an LR(1) and LALR(1) parser generator☆63Updated 3 weeks ago
- Pottery - A container and algorithm template library in C☆129Updated 3 years ago
- A plotting library available in many programming languages.☆119Updated last year
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆100Updated 4 years ago
- J Language Source Code. Livestream links ⬇️☆38Updated 3 years ago
- clex is a simple lexer generator☆101Updated 3 weeks ago
- C implementation of Google's PageRank algorithm☆46Updated 3 years ago
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆137Updated 8 months ago
- ☆16Updated 4 years ago
- Reference counter for C☆54Updated 2 years ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- Taking the C pre-processor to its limits☆30Updated 7 years ago
- A collection of commonly used C MACROS☆146Updated 2 years ago
- str: yet another string library for C language.☆342Updated 11 months ago
- A set of custom memory allocators☆25Updated 2 years ago
- Tiny and naive memory allocator for C unit tests☆24Updated 4 years ago
- The Roman II Programming Language☆70Updated 3 years ago
- C Implementation of the monkey programming language☆74Updated 5 years ago
- A simple vector library for C that can store any type.☆217Updated 3 weeks ago
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆214Updated 2 years ago
- Dynace object-oriented extension to C☆113Updated 9 months ago
- Harbol is a collection of data structure and miscellaneous libraries, similar in nature to C++'s Boost, STL, and GNOME's GLib but for C99…☆28Updated 6 months ago
- Optimizing Brainfuck interpreter in the C preprocessor☆62Updated 3 years ago
- Simple SIMD example in C (AVX2 Vectorization)☆56Updated 7 years ago
- Super small, simple, and (almost) completely C89-compliant single-header arena "allocator".☆84Updated 3 months ago
- A small C compiler☆33Updated 3 months ago