1.1.0 • Published 7 years ago

matrixes v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

matrixes: Matrix operations in JS

This is a Node module that enables mathematical matrix operations using 2D rectangular arrays. (Encoded as arrays of arrays in JS.)

See https://travisbartholome.github.io/matrixes/ for full documentation of this project. Docs are also available at /docs/index.md.

Also a first foray into TDD and non-front-end project structure for me. Testing is done with Mocha and Chai. All tests are in the file /test/test.js.

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago