Skip to content

Commit 3af15cc

Browse files
authored
chore: remove undeclared parameter
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent f82fa07 commit 3af15cc

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/sger/docs/types

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/blas/base/sger/docs/types/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ interface Routine {
3030
* Performs the rank 1 operation `A = α*x*y^T + A`, where `α` is a scalar, `x` is an `M` element vector, `y` is an `N` element vector and `A` is an `M` by `N` matrix.
3131
*
3232
* @param order - storage layout
33-
* @param trans - specifies whether `A` should be transposed, conjugate-transposed, or not transposed
3433
* @param M - number of rows in the matrix `A`
3534
* @param N - number of columns in the matrix `A`
3635
* @param alpha - scalar constant
@@ -89,7 +88,6 @@ interface Routine {
8988
* Performs the rank 1 operation `A = α*x*y^T + A`, where `α` is a scalar, `x` is an `M` element vector, `y` is an `N` element vector and `A` is an `M` by `N` matrix.
9089
*
9190
* @param order - storage layout
92-
* @param trans - specifies whether `A` should be transposed, conjugate-transposed, or not transposed
9391
* @param M - number of rows in the matrix `A`
9492
* @param N - number of columns in the matrix `A`
9593
* @param alpha - scalar constant

0 commit comments

Comments
 (0)