0.1.0 • Published 5 years ago

matrice v0.1.0

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

🦅 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)