We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a90b1 commit c212fa7Copy full SHA for c212fa7
lib/node_modules/@stdlib/blas/base/dtrsv/docs/types/index.d.ts
@@ -60,7 +60,7 @@ interface Routine {
60
* @param N - number of elements along each dimension in the matrix `A`
61
* @param A - input matrix
62
* @param strideA1 - stride of the first dimension of `A`
63
- * @param strideA2 - stride of the first dimension of `A`
+ * @param strideA2 - stride of the second dimension of `A`
64
* @param offsetA - starting index for `A`
65
* @param x - input vector
66
* @param strideX - `x` stride length
0 commit comments