Skip to content

Commit

Permalink
docs: update definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 28, 2024
1 parent 9d3b724 commit 04b258f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/lapack/base/dlaswp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dlaswp.ndarray( 2, A, 2, 1, 4, 0, 2, 1, IPIV, 1, 2 );

- Both functions access `k2-k1+1` elements from `IPIV`.
- 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`.
- `dlaswp()` corresponds to the [LAPACK][LAPACK] level 1 function [`dlaswp`][dlaswp].
- `dlaswp()` corresponds to the [LAPACK][LAPACK] level 1 function [`dlaswp`][lapack-dlaswp].

</section>

Expand Down Expand Up @@ -280,7 +280,7 @@ TODO

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

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

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

Expand Down

1 comment on commit 04b258f

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
lapack/base/dlaswp $\color{green}400/400$
$\color{green}+100.00\%$
$\color{green}34/34$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}400/400$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.