Skip to content

Commit ba1f38a

Browse files
committed
Auto-generated commit
1 parent a48abc3 commit ba1f38a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ A total of 23 issues were closed in this release:
505505

506506
<details>
507507

508+
- [`8992c1c`](https://github.com/stdlib-js/stdlib/commit/8992c1c7183ba70421f329143f2524de124ad301) - **docs:** update type _(by Athan Reines)_
508509
- [`d766607`](https://github.com/stdlib-js/stdlib/commit/d766607664c4c1cc78a88285eec5ec89918249a2) - **feat:** add `blas/ext/base/ndarray/gindex-of` [(#7541)](https://github.com/stdlib-js/stdlib/pull/7541) _(by Muhammad Haris)_
509510
- [`e588c9a`](https://github.com/stdlib-js/stdlib/commit/e588c9ad63a7b8a5d5c1f3c246a24aac438ac158) - **feat:** add `blas/ext/base/ndarray/dindex-of` [(#7539)](https://github.com/stdlib-js/stdlib/pull/7539) _(by Muhammad Haris, Athan Reines)_
510511
- [`ae34cce`](https://github.com/stdlib-js/stdlib/commit/ae34cce2706107d6738b4830d43e4130ff7399e4) - **fix:** update `caxpy` manifest to include missing dependencies for Mac builds _(by Philipp Burckhardt)_

base/dger/lib/dger.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var addon = require( './../src/addon.node' );
3333
/**
3434
* Performs the rank 1 operation `A = α*x*y^T + A`, where `α` is a scalar, `x` is an `M` element vector, `y` is an `N` element vector, and `A` is an `M` by `N` matrix.
3535
*
36-
* @param {*} order - storage layout
36+
* @param {string} order - storage layout
3737
* @param {NonNegativeInteger} M - number of rows in the matrix `A`
3838
* @param {NonNegativeInteger} N - number of columns in the matrix `A`
3939
* @param {number} alpha - scalar constant

0 commit comments

Comments
 (0)