Skip to content

Commit

Permalink
docs: add note
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte authored and gunjjoshi committed Aug 21, 2024
1 parent 26f7263 commit d869323
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

0 comments on commit d869323

Please sign in to comment.