An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# C++ linear algebra library.
![Build](https://github.com/christianparpart/linear_algebra/workflows/Ubuntu/badge.svg)
![Build](https://github.com/christianparpart/linear_algebra/workflows/MacOS/badge.svg)
![Build](https://github.com/christianparpart/linear_algebra/workflows/Windows/badge.svg)
[![codecov](https://codecov.io/gh/christianparpart/linear_algebra/branch/master/graph/badge.svg)](https://codecov.io/gh/christianparpart/linear_algebra)
[![C++17](https://img.shields.io/badge/standard-C%2B%2B%2017-blue.svg?logo=C%2B%2B)](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.