File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/blas/base/docs/types Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments