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 66a3792 commit 3fd0ed3Copy full SHA for 3fd0ed3
1 file changed
lib/node_modules/@stdlib/stats/max-by/README.md
@@ -141,6 +141,7 @@ var x = array( [ -1.0, 2.0, -3.0, 4.0 ], {
141
'order': 'row-major'
142
});
143
// returns <ndarray>[ [ -1.0, 2.0 ], [ -3.0, 4.0 ] ]
144
+
145
var opts = {
146
'dims': [ 0 ],
147
'keepdims': true
0 commit comments