Skip to content

Commit 2022569

Browse files
authored
docs: update descriptions
PR-URL: #11349 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 6dc0130 commit 2022569

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/blas/base/docs/types

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)