パッケージの詳細

tensor

tinybike40MIT0.1.0

Matrix and tensor operations

tensor, matrix, multilinear, math

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