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 0defbc4 commit 787758fCopy full SHA for 787758f
lib/node_modules/@stdlib/blas/ext/to-sortedhp/lib/assign.js
@@ -112,6 +112,7 @@ function normalizeOrder( value ) {
112
* @param {Options} [options] - function options
113
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
114
* @throws {TypeError} first argument must be an ndarray-like object
115
+* @throws {TypeError} second argument must be an ndarray-like object
116
* @throws {TypeError} sort order argument must be either an ndarray-like object, a numeric value, or a supported string
117
* @throws {TypeError} options argument must be an object
118
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
0 commit comments