nyo
v0.7.0
Published
A matrix library for JavaScript with ability to calculate determinants, transpose, inverse, RREF and other simple matrix operations
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
SquareMatrixclass inherited fromMatrixclass - [ ] Tests
- Misc
- [ ] Add Docs (!)
- [ ] Bundle it for browsers
- [ ] Set-up CI
