We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf7474 commit ec39c56Copy full SHA for ec39c56
1 file changed
lib/node_modules/@stdlib/lapack/base/dlasv2/lib/ndarray.js
@@ -28,6 +28,7 @@ var base = require( './base.js' );
28
/**
29
* Computes singular value decomposition of a 2x2 triangular matrix using alternative indexing semantics.
30
*
31
+* @type {Function}
32
* @param {number} F - the (0,0) element of matrix
33
* @param {number} G - the (0,1) element of matrix
34
* @param {number} H - the (1,1) element of matrix
0 commit comments