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.dmap.ndarray,"\nbase.strided.dmap.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer, \n fcn:Function )\n Applies a unary function to a double-precision floating-point strided input\n array and assigns results to a double-precision floating-point strided\n output array using alternative indexing semantics.\n"
1731
1731
base.strided.dmap2,"\nbase.strided.dmap2( N:integer, x:Float64Array, sx:integer, y:Float64Array, \n sy:integer, z:Float64Array, sz:integer, fcn:Function )\n Applies a binary function to double-precision floating-point strided input\n arrays and assigns results to a double-precision floating-point strided\n output array.\n"
1732
1732
base.strided.dmap2.ndarray,"\nbase.strided.dmap2.ndarray( N:integer, x:Float64Array, sx:integer, ox:integer, \n y:Float64Array, sy:integer, oy:integer, z:Float64Array, sz:integer, \n oz:integer, fcn:Function )\n Applies a unary function to each element retrieved from a strided input\n array according to a callback function and assigns results to a strided\n output array using alternative indexing semantics.\n"
1733
-
base.strided.dmax,"\nbase.strided.dmax( N:integer, x:Float64Array, stride:integer )\n Computes the maximum value of a double-precision floating-point strided\n array.\n"
1734
-
base.strided.dmax.ndarray,"\nbase.strided.dmax.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the maximum value of a double-precision floating-point strided\n array using alternative indexing semantics.\n"
1733
+
base.strided.dmax,"\nbase.strided.dmax( N:integer, x:Float64Array, strideX:integer )\n Computes the maximum value of a double-precision floating-point strided\n array.\n"
1734
+
base.strided.dmax.ndarray,"\nbase.strided.dmax.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the maximum value of a double-precision floating-point strided\n array using alternative indexing semantics.\n"
1735
1735
base.strided.dmaxabs,"\nbase.strided.dmaxabs( N:integer, x:Float64Array, stride:integer )\n Computes the maximum absolute value of a double-precision floating-point\n strided array.\n"
1736
1736
base.strided.dmaxabs.ndarray,"\nbase.strided.dmaxabs.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the maximum absolute value of a double-precision floating-point\n strided array using alternative indexing semantics.\n"
1737
1737
base.strided.dmaxabssorted,"\nbase.strided.dmaxabssorted( N:integer, x:Float64Array, stride:integer )\n Computes the maximum absolute value of a sorted double-precision floating-\n point strided array.\n"
0 commit comments