Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 26, 2023
1 parent 17545c0 commit e0f304a
Show file tree
Hide file tree
Showing 3 changed files with 1,102 additions and 1,087 deletions.
9 changes: 9 additions & 0 deletions base/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@ setReadOnly( blas, 'ddot', require( './../../base/ddot' ) );
*/
setReadOnly( blas, 'dnrm2', require( './../../base/dnrm2' ) );

/**
* @name drotg
* @memberof blas
* @readonly
* @type {Function}
* @see {@link module:@stdlib/blas/base/drotg}
*/
setReadOnly( blas, 'drotg', require( './../../base/drotg' ) );

/**
* @name dscal
* @memberof blas
Expand Down
Loading

0 comments on commit e0f304a

Please sign in to comment.