Skip to content

Commit f60b864

Browse files
authored
fix: lint errors
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 01611a6 commit f60b864

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/blas/base/sgbmv/docs

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/blas/base/sgbmv/docs/repl.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
Row-major (C-style) or column-major (Fortran-style) order.
1919

2020
trans: string
21-
Specifies whether `A` should be transposed, conjugate-transposed, or not
22-
transposed.
21+
Specifies whether `A` should be transposed, conjugate-transposed,
22+
or not transposed.
2323

2424
M: integer
2525
Number of rows in `A`.
@@ -92,7 +92,7 @@
9292
<Float32Array>[ 0.0, 3.0, 12.0, 13.0 ]
9393

9494

95-
{{alias}}.ndarray( trans, M, N, KL, KU, α, A, sa1, sa2, oa, x, sx, ox, β, y, sy, oy )
95+
{{alias}}.ndarray( trans,M,N,KL,KU,α,A,sa1,sa2,oa,x,sx,ox,β,y,sy,oy )
9696
Performs one of the matrix-vector operations `y = α*A*x + β*y` or
9797
`y = α*A**T*x + β*y`, using alternative indexing semantics and where `α` and
9898
`β` are scalars, `x` and `y` are vectors, and `A` is an `M` by `N` matrix.

0 commit comments

Comments
 (0)