Skip to content

Commit ec39c56

Browse files
committed
chore: add type notation in jsdoc of ndarray
1 parent 8bf7474 commit ec39c56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/lapack/base/dlasv2/lib

lib/node_modules/@stdlib/lapack/base/dlasv2/lib/ndarray.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var base = require( './base.js' );
2828
/**
2929
* Computes singular value decomposition of a 2x2 triangular matrix using alternative indexing semantics.
3030
*
31+
* @type {Function}
3132
* @param {number} F - the (0,0) element of matrix
3233
* @param {number} G - the (0,1) element of matrix
3334
* @param {number} H - the (1,1) element of matrix

0 commit comments

Comments
 (0)