Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tensor

tinybike40MIT0.1.0

Matrix and tensor operations

tensor, matrix, multilinear, math, numerical

readme

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