npm.io
1.0.1 • Published 7 years ago

e360-matrix

Licence
MIT
Version
1.0.1
Deps
0
Size
7 kB
Vulns
0
Weekly
0

e360-matrix

e360-matrix is a node library to perform matrix calculations.

Installation

run npm install e360-matrix

Example

e360-matrix uses two dimensional arrays as matrices

const matrix = require('e360-matrix');

matrix.multiply([[1, 2]], [[2], [1]]);

Other Methods

  • multiply
  • inverse
  • add
  • sub
Testing

run npm test