Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

matrix-inverse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matrix-inverse

Matrix inverse function (from sylvester)

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
increased by6.17%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 23 Dec 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc