matrix-inverse
Matrix inverse function. Code is from sylvester by James Coglan, with gratitude.
Installation
Install matrix-inverse by running:
npm install matrix-inverse
Example
const matrixInverse = const M = 3 32 35 36 const M_inv =
Origin
This code was copied and adapted from sylvester at commit 5a2c61681e988d60bf0a4223640c636052946341.
Contribute
- Issue Tracker: https://github.com/metabolize/matrix-inverse/issues
- Source Code: https://github.com/metabolize/matrix-inverse
Acknowledgements
This project was packaged by Paul Melnikow while at Body Labs. Thanks to Body Labs for the repository transfer.
License
The project is licensed under the MIT license.