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.
Setup build script. Nothing exist at the moment.
- C++11 compiler
- CMake 3.7 or later
- Linux x64, aarch64
- Android arm64v8a
tinlinalg is licensed under MIT license.
- LAPACKE. modified BSD-3 license(netlib license).
- OpenBLAS. BSD-3 license.