https://github.com/christianparpart/linear_algebra
C++ linear algebra implementation (implementing C++ proposal P1385R5)
https://github.com/christianparpart/linear_algebra
cplusplus-17 linear-algebra
Last synced: 4 months ago
JSON representation
C++ linear algebra implementation (implementing C++ proposal P1385R5)
- Host: GitHub
- URL: https://github.com/christianparpart/linear_algebra
- Owner: christianparpart
- Created: 2020-02-10T08:40:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T15:04:52.000Z (over 5 years ago)
- Last Synced: 2025-05-08T03:59:07.157Z (7 months ago)
- Topics: cplusplus-17, linear-algebra
- Language: C++
- Homepage:
- Size: 472 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ linear algebra library.



[](https://codecov.io/gh/christianparpart/linear_algebra)
[](https://isocpp.org/)
This library ~~implements~~ (wants to implement) paper [p1385r5](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1385r5.pdf).
This implementation is targeting C++17 and above.