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 785c260 commit b35c05fCopy full SHA for b35c05f
lib/node_modules/@stdlib/ndarray/base/remove-singleton-dimensions/benchmark/benchmark.ndims.js
@@ -33,7 +33,7 @@ var removeSingletonDimensions = require( './../lib' );
33
* Creates a benchmark function.
34
*
35
* @private
36
-* @param {PositiveInteger} ndims - number of dimensions to which to broadcast
+* @param {PositiveInteger} ndims - number of singleton dimensions
37
* @returns {Function} benchmark function
38
*/
39
function createBenchmark( ndims ) {
0 commit comments