Skip to content

Commit 15b62bf

Browse files
authored
docs: add note
Signed-off-by: Athan <kgryte@gmail.com>
1 parent cce8749 commit 15b62bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/dindex-of-row/docs/types

lib/node_modules/@stdlib/blas/ext/base/dindex-of-row/docs/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ interface Routine {
100100
* ## Notes
101101
*
102102
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
103+
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
103104
*
104105
* @param order - storage layout
105106
* @param M - number of rows in `A`

0 commit comments

Comments
 (0)