# 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