Skip to content

Commit a64e93f

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent e085d32 commit a64e93f

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

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

lib/node_modules/@stdlib/blas/ext/base/zindex-of-row/docs/repl.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11

22
{{alias}}( order, M, N, A, LDA, x, strideX, workspace, strideW )
3-
Returns the index of the first row in a double-precision complex
4-
floating-point input matrix which has the same elements as a provided search
5-
vector.
3+
Returns the index of the first row in a double-precision complex floating-
4+
point input matrix which has the same elements as a provided search vector.
65

76
Indexing is relative to the first index. To introduce an offset, use typed
87
array views.
@@ -57,9 +56,9 @@
5756

5857

5958
{{alias}}.ndarray( M, N, A, sa1, sa2, oa, x, sx, ox, w, sw, ow )
60-
Returns the index of the first row in a double-precision complex
61-
floating-point input matrix which has the same elements as a provided search
62-
vector using alternative indexing semantics.
59+
Returns the index of the first row in a double-precision complex floating-
60+
point input matrix which has the same elements as a provided search vector
61+
using alternative indexing semantics.
6362

6463
While typed array views mandate a view offset based on the underlying
6564
buffer, offset parameters support indexing semantics based on starting

0 commit comments

Comments
 (0)