nyo
v0.7.0
Published
A matrix library for JavaScript with ability to calculate determinants, transpose, inverse, RREF and other simple matrix operations
Downloads
7
Maintainers
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
- [ ] Stable API
- [ ] Fix error handling at some places
- [ ] Features:
print
,concat
,slice
,replace
, etc. - [ ] Make a separate
SquareMatrix
class inherited fromMatrix
class - [ ] Tests
- Misc
- [ ] Add Docs (!)
- [ ] Bundle it for browsers
- [ ] Set-up CI