You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,8 @@ A total of 3 issues were closed in this release:
79
79
80
80
<details>
81
81
82
+
-[`defed16`](https://github.com/stdlib-js/stdlib/commit/defed163077b2e81d04aecb77ad15d14f71b2207) - **chore:** minor clean-up _(by Philipp Burckhardt)_
83
+
-[`c8bf1de`](https://github.com/stdlib-js/stdlib/commit/c8bf1de9e8487400542c53b1f435b607976043b8) - **docs:** fix parameter description _(by Philipp Burckhardt)_
-[`e81850c`](https://github.com/stdlib-js/stdlib/commit/e81850c22c77fcaf13fba4e78f93f14088232ae7) - **chore:** minor cleanup in `lapack/base/dgttrf`[(#7383)](https://github.com/stdlib-js/stdlib/pull/7383)_(by Aayush Khanna)_
Copy file name to clipboardExpand all lines: base/dlaset/lib/ndarray.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ var base = require( './base.js' );
28
28
/**
29
29
* Sets the off-diagonal elements and the diagonal elements of a double-precision floating-point matrix to specified values using alternative indexing semantics.
30
30
*
31
-
* @private
32
31
* @param {string} uplo - specifies whether to set the upper or lower triangular/trapezoidal part of matrix `A`
33
32
* @param {NonNegativeInteger} M - number of rows in matrix `A`
34
33
* @param {NonNegativeInteger} N - number of columns in matrix `A`
0 commit comments