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.
blas/base/dtrsv
1 parent e81850c commit 67e3e62Copy full SHA for 67e3e62
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