UNPKG

nyo

Version:

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

31 lines (23 loc) 508 B
# 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