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 bac739d commit e1f78b3Copy full SHA for e1f78b3
lib/node_modules/@stdlib/blas/base/zher/docs/types/index.d.ts
@@ -89,7 +89,7 @@ interface Routine {
89
* @param strideX - `x` stride length
90
* @param A - input matrix
91
* @param LDA - stride of the first dimension of `A` (a.k.a., leading dimension of the matrix `A`)
92
-* @returns input array
+* @returns input matrix
93
*
94
* @example
95
* var Complex128Array = require( '@stdlib/array/complex128' );
0 commit comments