Skip to content

Commit 6e5bf80

Browse files
committed
feat: update blas/base TypeScript declarations
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent cda31f5 commit 6e5bf80

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,12 @@ interface Namespace {
466466
* @param K - number of columns in the matrix `op(A)` and number of rows in the matrix `op(B)`
467467
* @param alpha - scalar constant
468468
* @param A - first matrix
469-
* @param LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
469+
* @param LDA - stride between successive contiguous vectors of the matrix `A` (a.k.a., leading dimension of the matrix `A`)
470470
* @param B - second matrix
471-
* @param LDB - stride of the first dimension of `B` (a.k.a., leading dimension of the matrix `B`)
471+
* @param LDB - stride between successive contiguous vectors of the matrix `B` (a.k.a., leading dimension of the matrix `B`)
472472
* @param beta - scalar constant
473473
* @param C - third matrix
474-
* @param LDC - stride of the first dimension of `C` (a.k.a., leading dimension of the matrix `C`)
474+
* @param LDC - stride between successive contiguous vectors of the matrix `C` (a.k.a., leading dimension of the matrix `C`)
475475
* @returns `C`
476476
*
477477
* @example

0 commit comments

Comments
 (0)