Socket
Socket
Sign inDemoInstall

matrix-inverse

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    matrix-inverse

Matrix inverse function (from sylvester)


Version published
Weekly downloads
1.4K
increased by8.72%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.1.0

Initial release.

Readme

Source

matrix-inverse-js

Matrix inverse function packaged for CommonJS. Code is from sylvester by James Coglan, with gratitude.

Installation

Install matrix-inverse-js by running:

npm install matrix-inverse

Example

var matrixInverse = require('./matrix-inverse');

var M = [
    [3, 3.2],
    [3.5, 3.6],
];

var M_inv = matrixInverse(M);

Origin

This code was copied and adapted from sylvester at commit 5a2c61681e988d60bf0a4223640c636052946341.

Contribute

  • Issue Tracker: github.com/bodylabs/matrix-inverse-js/issues
  • Source Code: github.com/bodylabs/matrix-inverse-js

License

The project is licensed under the MIT license.

Keywords

FAQs

Last updated on 23 Dec 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc