Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "essy-nnls", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Wrapper for native C non-negative least squares (NNLS) algorithm.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,7 +9,7 @@ ## README ## | ||
`a {Float32Array}` A flat m x n matrix. m0n0, m1,n0, m2,n0 ... mN,nN. | ||
`b {Float32Array}` An m-length vector. | ||
`m {Number}` Number of rows. | ||
`n {Number}` Number of columns. | ||
`a {Float32Array}` A flat m x n matrix. m0n0, m1,n0, m2,n0 ... mN,nN. | ||
`b {Float32Array}` An m-length vector. | ||
`m {Number}` Number of rows. | ||
`n {Number}` Number of columns. | ||
Returns an n-length `Float32Array`. | ||
@@ -16,0 +16,0 @@ |
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
17336