ndarray-crout-decomposition
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9488
15
199
89