0.7.0 • Published 3 years ago

nyo v0.7.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Nyo

A Matrix Library for JavaScript

Currently, only supports CommonJS syntax.

Install

To be published

Features

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

Todos

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