Skip to content

Commit 8ee03c2

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

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ var cindexOfRow = require( '@stdlib/blas/ext/base/cindex-of-row' );
4444

4545
Returns the index of the first row in a single-precision complex floating-point input matrix which has the same elements as a provided search vector.
4646

47-
4847
```javascript
4948
var Complex64Array = require( '@stdlib/array/complex64' );
5049
var Uint8Array = require( '@stdlib/array/uint8' );
@@ -77,7 +76,6 @@ The function has the following parameters:
7776

7877
When an input matrix is stored in row-major order, the workspace parameter is ignored, and, thus, one may provide an empty workspace array.
7978

80-
8179
```javascript
8280
var Complex64Array = require( '@stdlib/array/complex64' );
8381
var Uint8Array = require( '@stdlib/array/uint8' );
@@ -98,7 +96,6 @@ var out = cindexOfRow( 'row-major', 2, 2, A, 2, x, 1, workspace, 1 );
9896

9997
If the function is unable to find a matching row, the function returns `-1`.
10098

101-
10299
```javascript
103100
var Complex64Array = require( '@stdlib/array/complex64' );
104101
var Uint8Array = require( '@stdlib/array/uint8' );

0 commit comments

Comments
 (0)