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

ndarray-crout-decomposition

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndarray-crout-decomposition - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

example/2x2_same.js

1

index.js

@@ -5,2 +5,3 @@ module.exports = function (A, L, U) {

if (m !== n) return false; // non-square
if (L && !U) U = L;

@@ -7,0 +8,0 @@ // diagonalize U

2

package.json
{
"name": "ndarray-crout-decomposition",
"version": "1.0.1",
"version": "1.1.0",
"description": "LU decomposition using the crout algorithm",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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