Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nyo

abhijit-hota4MIT0.7.0

A matrix library for JavaScript with ability to calculate determinants, transpose, inverse, RREF and other simple matrix operations

matrix, operations, rref, determinant, inverse, transpose, browser, node

readme

Nyo

A Matrix Library for JavaScript

Currently, only supports CommonJS syntax.

Install

To be published

Features

  • Addition
  • Multiplication
  • Determinant
  • Inverse
  • Transpose
  • RREF

Todos

  • Code
    • <input disabled="" type="checkbox"> Stable API
    • <input disabled="" type="checkbox"> Fix error handling at some places
    • <input disabled="" type="checkbox"> Features: print, concat, slice, replace, etc.
    • <input disabled="" type="checkbox"> Make a separate SquareMatrix class inherited from Matrix class
    • <input disabled="" type="checkbox"> Tests
  • Misc
    • <input disabled="" type="checkbox"> Add Docs (!)
    • <input disabled="" type="checkbox"> Bundle it for browsers
    • <input disabled="" type="checkbox"> Set-up CI