You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ndindex.prototype.type,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.type\n"
4186
4187
ndindex.prototype.toString,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.toString()\n"
4187
4188
ndindex.prototype.toJSON,"var x = ndempty( [ 2, 2 ], { 'dtype': 'int32' } );\nvar idx = new ndindex( x );\nidx.toJSON()\n"
4189
+
nditer2arrayEach,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditer2arrayEach( nditerRows( x ) );\nvar v = it.next().value\nv = it.next().value\n"
4188
4190
nditerColumnEntries,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerColumnEntries( x );\nvar v = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\nv = it.next().value;\nv[ 0 ]\nndarray2array( v[ 1 ] )\n"
4189
4191
nditerColumns,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerColumns( x );\nvar v = it.next().value;\nndarray2array( v )\nv = it.next().value;\nndarray2array( v )\n"
4190
4192
nditerEntries,"var x = array( [ [ 1, 2 ], [ 3, 4 ] ] );\nvar it = nditerEntries( x );\nvar v = it.next().value\nv = it.next().value\n"
0 commit comments