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
base.strided.quinary.ndarray,"\nbase.strided.quinary.ndarray( arrays:ArrayLikeObject<ArrayLikeObject>, \n shape:ArrayLikeObject<integer>, strides:ArrayLikeObject<integer>, \n offsets:ArrayLikeObject<integer>, fcn:Function )\n Applies a quinary callback to strided input array elements and assigns\n results to elements in a strided output array using alternative indexing\n semantics.\n"
2209
2209
base.strided.range,"\nbase.strided.range( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the range of a strided array.\n"
2210
2210
base.strided.range.ndarray,"\nbase.strided.range.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the range of a strided array using alternative indexing semantics.\n"
2211
-
base.strided.rangeBy,"\nbase.strided.rangeBy( N:integer, x:Array|TypedArray|Object, stride:integer, \n clbk:Function[, thisArg:any] )\n Calculates the range of a strided array via a callback function.\n"
2212
-
base.strided.rangeBy.ndarray,"\nbase.strided.rangeBy.ndarray( N:integer, x:Array|TypedArray|Object, \n stride:integer, offset:integer, clbk:Function[, thisArg:any] )\n Calculates the range of a strided array via a callback function and using\n alternative indexing semantics.\n"
2211
+
base.strided.rangeBy,"\nbase.strided.rangeBy( N:integer, x:Array|TypedArray|Object, strideX:integer, \n clbk:Function[, thisArg:any] )\n Computes the range of a strided array via a callback function.\n"
2212
+
base.strided.rangeBy.ndarray,"\nbase.strided.rangeBy.ndarray( N:integer, x:Array|TypedArray|Object, \n strideX:integer, offsetX:integer, clbk:Function[, thisArg:any] )\n Calculates the range of a strided array via a callback function and using\n alternative indexing semantics.\n"
2213
2213
base.strided.reinterpretComplex,"\nbase.strided.reinterpretComplex( x:Complex128Array|Complex64Array, \n offset:integer )\n Returns a real-valued floating-point array view of a complex-valued\n floating-point array having the same precision.\n"
2214
2214
base.strided.reinterpretComplex64,"\nbase.strided.reinterpretComplex64( x:Complex64Array, offset:integer )\n Returns a Float32Array view of a Complex64Array.\n"
2215
2215
base.strided.reinterpretComplex128,"\nbase.strided.reinterpretComplex128( x:Complex128Array, offset:integer )\n Returns a Float64Array view of a Complex128Array.\n"
0 commit comments