Skip to content

Commit 39cf884

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 565726b commit 39cf884

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/zher

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
# zher
2222

23-
> Perform the hermitian rank 1 operation `A = α*x*x**H + A`, where `α` is a real scalar, `x` is an `N` element vector and `A` is an `N` by `N` hermitian matrix.
23+
> Perform the hermitian rank 1 operation `A = α*x*x**H + A`.
2424
2525
<section class="usage">
2626

@@ -73,7 +73,6 @@ Note that indexing is relative to the first index. To introduce an offset, use [
7373

7474
```javascript
7575
var Complex128Array = require( '@stdlib/array/complex128' );
76-
var Complex128 = require( '@stdlib/complex/float64/ctor' );
7776

7877
// Initial array:
7978
var x0 = new Complex128Array( [ 0.0, 0.0, 1.0, 2.0, 3.0, 4.0 ] );

0 commit comments

Comments
 (0)