Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syoyo/tinylinalg
Tiny linear algebra and matrix math library
https://github.com/syoyo/tinylinalg
Last synced: 18 days ago
JSON representation
Tiny linear algebra and matrix math library
- Host: GitHub
- URL: https://github.com/syoyo/tinylinalg
- Owner: syoyo
- License: mit
- Created: 2020-03-22T08:36:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T08:44:15.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T13:21:41.292Z (2 months ago)
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinylinalg, tiny linear algebra library in C++11
tinylinalg is a portable and tiny linear algebra library written in C++11.
tinylinalg uses lapack and OpenBLAS, but its will be built with tinylinalg, so no library dependencies required when compiling.## Status
Setup build script. Nothing exist at the moment.
## Requirements
* C++11 compiler
* CMake 3.7 or later## Supported platform
* Linux x64, aarch64
* Android arm64v8a## Licenses
tinlinalg is licensed under MIT license.
### Third party licenses
* LAPACKE. modified BSD-3 license(netlib license).
* OpenBLAS. BSD-3 license.