Skip to content

Commit

Permalink
feat: add dlacpy to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored and gunjjoshi committed Aug 21, 2024
1 parent 728efdd commit 56cc029
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/node_modules/@stdlib/lapack/base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
*/
var ns = {};

/**
* @name dlacpy
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/lapack/base/dlacpy}
*/
setReadOnly( ns, 'dlacpy', require( '@stdlib/lapack/base/dlacpy' ) );

/**
* @name dlaswp
* @memberof ns
Expand Down

0 comments on commit 56cc029

Please sign in to comment.