Socket
Socket
Sign inDemoInstall

@rayyamhk/matrix

Package Overview
Dependencies
1
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

lib/core/linear-equations/forward.js

@@ -25,3 +25,3 @@ "use strict";

* Solve system of linear equations Lx = y,
* where L is an lower triangular matrix.
* where L is a lower triangular matrix.
* If there is no unique solutions, an error is thrown.

@@ -28,0 +28,0 @@ * @param { Matrix } L - n x n lower triangular matrix

@@ -22,3 +22,3 @@ "use strict";

* @param { Matrix } B - Any matrix that has same size with A
* @return { Matrix } - Sum of two matrices
* @return { Matrix } - Returns sum of two matrices
*/

@@ -25,0 +25,0 @@

@@ -17,2 +17,3 @@ "use strict";

* Determine whether a matrix is lower triangular matrix or not.
* Note that it can be applied to any non-square matrix.
* The result is cached.

@@ -19,0 +20,0 @@ * @param { Number } digit - Number of significant digits

@@ -17,2 +17,3 @@ "use strict";

* Determine whether a matrix is upper triangular matrix or not.
* Note that it can be applied to any non-square matrix.
* The result is cached.

@@ -19,0 +20,0 @@ * @param { Number } digit - Number of significant digits

@@ -14,3 +14,3 @@ "use strict";

* generate block diagonal matrix if the argument is an array of matrices.
* @param { Array } A - Array of numbers or matrices
* @param { Array } values - Array of numbers or matrices
* @return { Array } - Returns a block diagonal matrix

@@ -17,0 +17,0 @@ */

@@ -11,3 +11,3 @@ "use strict";

* where A[i][j] represents the i-th row and j-th column of a matrix
* @return { Matrix } - Instance of Matrix
* @return { Matrix } - Returns instance of Matrix
*/

@@ -14,0 +14,0 @@

{
"name": "@rayyamhk/matrix",
"version": "1.0.1",
"version": "1.0.2",
"author": "Ray Yam",

@@ -19,6 +19,9 @@ "contributors": [

"Eigenvalues",
"Condition Number",
"Norm",
"Inverse",
"Determinant",
"LU decomposition",
"QR decomposition"
"Decomposition",
"LU",
"QR"
],

@@ -25,0 +28,0 @@ "homepage": "https://github.com/rayyamhk/Matrix.js",

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