https://github.com/leapmotion/tensorheaven
https://github.com/leapmotion/tensorheaven
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/leapmotion/tensorheaven
- Owner: leapmotion
- License: apache-2.0
- Created: 2015-03-27T01:33:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T00:53:09.000Z (over 9 years ago)
- Last Synced: 2025-03-29T05:51:16.348Z (about 1 year ago)
- Language: C++
- Size: 1.54 MB
- Stars: 9
- Watchers: 52
- 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 Satan
A 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.