Skip to content

Commit

Permalink
docs: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Aug 7, 2024
1 parent 9dc76e1 commit de0e5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node_modules/@stdlib/blas/base/strsv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ strsv.ndarray( 'upper', 'no-transpose', 'unit', 3, A, 3, 1, 0, x, -1, 2 );
## Notes

- `strsv()` corresponds to the [BLAS][blas] level 2 function [`strsv`][blas-strsv].
- Neither routine tests for singularity or near-singularity. Such tests must be performed before calling the routines.

</section>

Expand Down

1 comment on commit de0e5b9

@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
blas/base/strsv $\color{green}472/472$
$\color{green}+100.00\%$
$\color{green}77/77$
$\color{green}+100.00\%$
$\color{green}3/3$
$\color{green}+100.00\%$
$\color{green}472/472$
$\color{green}+100.00\%$

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

Please sign in to comment.