Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.