Skip to content

Commit bebfa1d

Browse files
committed
docs: fix text wrapping
1 parent e22f5a9 commit bebfa1d

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@
8787

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

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

0 commit comments

Comments
 (0)