Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapmotion/tensorheaven
https://github.com/leapmotion/tensorheaven
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapmotion/tensorheaven
- Owner: leapmotion
- License: apache-2.0
- Created: 2015-03-27T01:33:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T00:53:09.000Z (about 8 years ago)
- Last Synced: 2024-04-14T22:44:19.810Z (7 months ago)
- Language: C++
- Size: 1.54 MB
- Stars: 9
- Watchers: 55
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### Tensor Heaven - Multilinear Algebra library for C++
- Victor Dods : Principal architect / Tensor God
- Ted Nitz : General contractor / Tensor SatanA project that uses tensor heaven should add path/to/tensorheaven/include to the
include directories, and source files which include tensor heaven code should
include as in the following.```
#include "tenh/implementation/vector.hpp"
```[General developer design notes and TODOs](NOTES.md)
TODO: write more in this file.