Skip to content

Commit de0e5b9

Browse files
committed
docs: add note
1 parent 9dc76e1 commit de0e5b9

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/blas/base/strsv

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/base/strsv/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ strsv.ndarray( 'upper', 'no-transpose', 'unit', 3, A, 3, 1, 0, x, -1, 2 );
128128
## Notes
129129

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

132133
</section>
133134

0 commit comments

Comments
 (0)