UNPKG

ml-matrix

Version:

Matrix manipulation and computation library

27 lines (17 loc) 820 B
# ml-matrix [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![npm download][download-image]][download-url] Matrix manipulation and computation library ## Installation `$ npm install ml-matrix` :warning: This library uses ES2015 classes and extends Array. It is not compatible with versions of Node.js/io.js <2.0.0 ## [Documentation](./Documentation.md) ## License [MIT](./LICENSE) [npm-image]: https://img.shields.io/npm/v/ml-matrix.svg?style=flat-square [npm-url]: https://npmjs.org/package/ml-matrix [travis-image]: https://img.shields.io/travis/mljs/matrix/master.svg?style=flat-square [travis-url]: https://travis-ci.org/mljs/matrix [download-image]: https://img.shields.io/npm/dm/ml-matrix.svg?style=flat-square [download-url]: https://npmjs.org/package/ml-matrix