matrix
Matrix library
A C++ library for efficiently creating and manipulating dense 2D matrices
A modern, C++20-native, single-file header-only dense 2D matrix library.
82 stars
3 watching
8 forks
Language: C++
last commit: 9 months ago c-plus-pluscpp20header-onlymatrixnumericsingle-file
Related projects:
Repository | Description | Stars |
---|---|---|
kaneplusplus/bigmemory | A C++ library that provides efficient storage and manipulation of large matrices. | 126 |
uncomplicate/neanderthal | A Clojure library providing optimized native libraries for fast matrix and linear algebra computations on CPU and GPU. | 1,075 |
versilov/matrex | A fast and efficient matrix library for Elixir/Erlang with C implementation using CBLAS. | 478 |
boostorg/qvm | A C++ library providing functions and classes for working with quaternions, vectors, and matrices in 2D, 3D, and 4D spaces. | 85 |
bolt12/laop | A Haskell-based library for algebraic construction and manipulation of matrices | 83 |
friguzzi/matrix | A Prolog module providing basic linear algebra operations and matrix decompositions for positive semi-definite matrices. | 12 |
blindglobe/lisp-matrix | A numerical algebra package for Common Lisp | 71 |
quil-lang/magicl | A matrix algebra library in Common Lisp with both pure Lisp and extended C/Fortran functionality | 238 |
john-h-k/mathsharp | A high-performance vector and matrix library written in C# using hardware intrinsics. | 697 |
akabe/slap | A linear algebra library with type-based static size checking for matrix operations. | 88 |
forceflow/libmorton | A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order | 598 |
flamendless/brinevector3d | A vector library with 3D support using ffi-accelerated structs | 10 |
google/gemmlowp | A small C++ library for low-precision matrix multiplication | 1,781 |
px4/eigen | A C++ template library for linear algebra and numerical solvers | 597 |
tankos/sfgui | A lightweight C++ library for building fast and easy-to-use graphical user interfaces. | 432 |