Skip to content

Commit 6ee13f9

Browse files
committed
fix: lint error
1 parent dd8fbbc commit 6ee13f9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/blas/ext/base/glast-index-of-row

lib/node_modules/@stdlib/blas/ext/base/glast-index-of-row/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,12 @@ var out = glastIndexOfRow( 'row-major', 3, 2, A1, 2, x1, 1 );
9494
// returns 1
9595
```
9696

97+
<!-- lint disable maximum-heading-length -->
98+
9799
#### glastIndexOfRow.ndarray( M, N, A, strideA1, strideA2, offsetA, x, strideX, offsetX )
98100

101+
<!-- lint enable maximum-heading-length -->
102+
99103
Returns the index of the last row in an input matrix which has the same elements as a provided search vector using alternative indexing semantics.
100104

101105
```javascript

0 commit comments

Comments
 (0)