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 d0c2a3b commit eee3f89Copy full SHA for eee3f89
lib/node_modules/@stdlib/ndarray/flatten/lib/main.js
@@ -45,7 +45,7 @@ var format = require( '@stdlib/string/format' );
45
* @param {ndarray} x - input ndarray
46
* @param {Object} [options] - function options
47
* @param {NonNegativeInteger} [options.depth] - number of dimensions to flatten
48
-* @param {String} [options.order] - order of the output ndarray
+* @param {string} [options.order='row-major'] - order in which input ndarray elements are flattened
49
* @throws {TypeError} first argument must be an ndarray-like object
50
* @throws {TypeError} options argument must be an object
51
* @throws {TypeError} options.depth must be a nonnegative integer
0 commit comments