matrice
v0.1.0
Published
High performance matrix manipulation in Javascript
Downloads
5
Maintainers
Readme
🦅 Matrice
High performance matrix manipulation in Javascript
Install
Install using Yarn:
yarn add matrice
Or if you prefer npm:
npm install -S matrice
Usage
const usage = todo()
For the moment, see index.test.js for sample usage
API
TODO For the moment, see index.js for the API
TODO
- Add usage & API
- Write roadmap common functionality & implement
- Decide between static methods or utility functions & best import/export pattern
- Performance comparisons & tests (implemented as efficiently as possible according to the author's understanding, but needs to be tested objectively)
Features
- elementwise map/forEach
- diagonalisation
- gaussian elimination
- normalisation
- other useful linear algebra algorithms
- error checking (& corresponding tests)