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.
☆96Updated 11 months ago
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:
- Simple SIMD example in C (AVX2 Vectorization)☆56Updated 7 years ago
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆98Updated 3 years ago
- C implementation of Google's PageRank algorithm☆45Updated 3 years ago
- Fast Text-to-PDF Converter☆54Updated 2 years ago
- Dynace object-oriented extension to C☆108Updated 4 months ago
- Linear Algebra in C☆108Updated 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
- A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)☆132Updated 4 months ago
- A collection of small C projects - usually a minimal example of something interesting☆41Updated 3 years ago
- Pottery - A container and algorithm template library in C☆126Updated 3 years ago
- Quicksort implemented as a C macro☆172Updated 2 years ago
- A plotting library available in many programming languages.☆117Updated last year
- My variant of the C Template Library☆194Updated last month
- Preprocessor metaprogramming knowledge obscurity chart☆47Updated last year
- C Implementation of the monkey programming language☆73Updated 5 years ago
- A small, ergonomic generic container library.☆309Updated last month
- Ashley's Shell☆33Updated last year
- Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++☆213Updated last year
- str: yet another string library for C language.☆340Updated 7 months ago
- A Micro (1k lines of code) Unit Test Framework for C/C++☆168Updated 6 months ago
- A collection of Fast Fourier Transform algorithms implemented in C++20.☆113Updated last year
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆150Updated 3 years ago
- Simple String_View implementation for C programming language.☆172Updated last year
- An Easy-to-use Framework for the C Language.☆9Updated last month
- Explored and benchmarked different methods of implementing cosine from scratch.☆58Updated 3 years ago
- Just Another Web Server☆38Updated last year
- Mathematics library for C and C++☆50Updated last year
- clex is a simple lexer generator☆95Updated 5 months ago
- Easy to use OOP in portable C featuring polymorphism, inheritance and automatic memory management.☆52Updated 5 months ago
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆73Updated 3 years ago