Skip to content

Commit 22ce59b

Browse files
committed
Update namespace
1 parent 6454c9c commit 22ce59b

File tree

1 file changed

+18
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/base/lib

1 file changed

+18
-0
lines changed

lib/node_modules/@stdlib/ndarray/base/lib/index.js

+18
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,24 @@ setReadOnly( ns, 'ndarray2array', require( '@stdlib/ndarray/base/to-array' ) );
427427
*/
428428
setReadOnly( ns, 'transpose', require( '@stdlib/ndarray/base/transpose' ) );
429429

430+
/**
431+
* @name unary
432+
* @memberof ns
433+
* @readonly
434+
* @type {Function}
435+
* @see {@link module:@stdlib/ndarray/base/unary}
436+
*/
437+
setReadOnly( ns, 'unary', require( '@stdlib/ndarray/base/unary' ) );
438+
439+
/**
440+
* @name unaryLoopOrder
441+
* @memberof ns
442+
* @readonly
443+
* @type {Function}
444+
* @see {@link module:@stdlib/ndarray/base/unary-loop-interchange-order}
445+
*/
446+
setReadOnly( ns, 'unaryLoopOrder', require( '@stdlib/ndarray/base/unary-loop-interchange-order' ) );
447+
430448
/**
431449
* @name vind2bind
432450
* @memberof ns

0 commit comments

Comments
 (0)