File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/blas/base/dzasum/docs/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ interface Routine {
3131 *
3232 * @param N - number of indexed elements
3333 * @param x - input array
34- * @param strideX - `x` stride length
35- * @returns out
34+ * @param strideX - stride length
35+ * @returns sum
3636 *
3737 * @example
3838 * var Complex128Array = require( '@stdlib/array/complex128' );
@@ -49,9 +49,9 @@ interface Routine {
4949 *
5050 * @param N - number of indexed elements
5151 * @param x - input array
52- * @param strideX - `x` stride length
53- * @param offsetX - starting index for `x`
54- * @returns out
52+ * @param strideX - stride length
53+ * @param offsetX - starting index
54+ * @returns sum
5555 *
5656 * @example
5757 * var Complex128Array = require( '@stdlib/array/complex128' );
@@ -69,7 +69,7 @@ interface Routine {
6969*
7070* @param N - number of indexed elements
7171* @param x - input array
72- * @param strideX - `x` stride length
72+ * @param strideX - stride length
7373* @returns out
7474*
7575* @example
You can’t perform that action at this time.
0 commit comments