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 6dfe177 commit 17d1f10Copy full SHA for 17d1f10
lib/node_modules/@stdlib/fft/base/fftpack/decompose/lib/main.js
@@ -78,7 +78,7 @@ var floor = require( '@stdlib/math/base/special/floor' );
78
*
79
* @param {NonNegativeInteger} N - length of the sequence
80
* @param {NonNegativeInteger} M - number of trial divisors
81
-* @param {NonNegativeIntegerArray} initial - strided array of initial trial divisors
+* @param {Collection} initial - strided array of initial trial divisors
82
* @param {integer} si - stride length for `initial`
83
* @param {NonNegativeInteger} oi - starting index for `initial`
84
* @param {Collection} out - output array for storing factorization results
0 commit comments