npm.io
0.1.0 • Published 7 years ago

matrice

Licence
MIT
Version
0.1.0
Deps
1
Size
157 kB
Vulns
0
Weekly
0

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)