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 5f89de6 commit 96fcb62Copy full SHA for 96fcb62
lib/node_modules/@stdlib/array/base/broadcasted-quaternary4d/examples/index.js
@@ -25,11 +25,11 @@ var add = require( '@stdlib/math/base/ops/add4' );
25
var bquaternary4d = require( './../lib' );
26
27
var shapes = [
28
- [ 1, 1, 3, 1 ],
29
- [ 3, 1, 1, 1 ],
30
- [ 1, 1, 1, 3 ],
31
- [ 1, 3, 1, 1 ],
32
- [ 3, 3, 3, 3 ]
+ [ 1, 1, 3, 1 ],
+ [ 3, 1, 1, 1 ],
+ [ 1, 1, 1, 3 ],
+ [ 1, 3, 1, 1 ],
+ [ 3, 3, 3, 3 ]
33
];
34
35
var x = filled4dBy( shapes[ 0 ], discreteUniform( -100, 100 ) );
0 commit comments