Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 726 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 726 Bytes

tensor.js

Build Status Coverage Status npm version

Just some basic matrix and tensor operations I packaged up because I got tired of writing them over and over again...

Usage

Node.js

$ npm install tensor
var tensor = require('tensor');

Browser

<script src="dist/tensor.min.js" type="text/javascript"></script>

Tests

$ npm test