Skip to content

Commit 17d1f10

Browse files
authored
refactor: use collection for initial array
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
1 parent 6dfe177 commit 17d1f10

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/fft/base/fftpack/decompose/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/fft/base/fftpack/decompose/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var floor = require( '@stdlib/math/base/special/floor' );
7878
*
7979
* @param {NonNegativeInteger} N - length of the sequence
8080
* @param {NonNegativeInteger} M - number of trial divisors
81-
* @param {NonNegativeIntegerArray} initial - strided array of initial trial divisors
81+
* @param {Collection} initial - strided array of initial trial divisors
8282
* @param {integer} si - stride length for `initial`
8383
* @param {NonNegativeInteger} oi - starting index for `initial`
8484
* @param {Collection} out - output array for storing factorization results

0 commit comments

Comments
 (0)