Skip to content

Commit 04b258f

Browse files
committed
docs: update definition
1 parent 9d3b724 commit 04b258f

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/lapack/base/dlaswp

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/lapack/base/dlaswp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dlaswp.ndarray( 2, A, 2, 1, 4, 0, 2, 1, IPIV, 1, 2 );
156156

157157
- Both functions access `k2-k1+1` elements from `IPIV`.
158158
- While `dlaswp` conflates the order in which pivots are applied with the order in which elements in `IPIV` are accessed, the `ndarray` method delineates control of those behaviors with separate parameters `inck` and `si`.
159-
- `dlaswp()` corresponds to the [LAPACK][LAPACK] level 1 function [`dlaswp`][dlaswp].
159+
- `dlaswp()` corresponds to the [LAPACK][LAPACK] level 1 function [`dlaswp`][lapack-dlaswp].
160160

161161
</section>
162162

@@ -280,7 +280,7 @@ TODO
280280

281281
[lapack]: https://www.netlib.org/lapack/explore-html/
282282

283-
[dlaswp]: https://www.netlib.org/lapack/explore-html/d7/d6b/dlaswp_8f_source.html
283+
[lapack-dlaswp]: https://www.netlib.org/lapack/explore-html/d7/d6b/dlaswp_8f_source.html
284284

285285
[mdn-float64array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array
286286

0 commit comments

Comments
 (0)