Skip to content

Commit c325e6a

Browse files
committed
feat: add dlacpy to namespace
1 parent 6953aae commit c325e6a

File tree

1 file changed

+9
-0
lines changed
  • lib/node_modules/@stdlib/lapack/base/lib

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
3636
*/
3737
var ns = {};
3838

39+
/**
40+
* @name dlacpy
41+
* @memberof ns
42+
* @readonly
43+
* @type {Function}
44+
* @see {@link module:@stdlib/lapack/base/dlacpy}
45+
*/
46+
setReadOnly( ns, 'dlacpy', require( '@stdlib/lapack/base/dlacpy' ) );
47+
3948
/**
4049
* @name dlaswp
4150
* @memberof ns

0 commit comments

Comments
 (0)