File tree Expand file tree Collapse file tree 20 files changed +40
-0
lines changed
lib/node_modules/@stdlib/ndarray/base/map/lib Expand file tree Collapse file tree 20 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,15 @@ var take = require( '@stdlib/array/base/take-indexed' );
41
41
* @param {IntegerArray } x.strides - stride lengths
42
42
* @param {NonNegativeInteger } x.offset - index offset
43
43
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
44
+ * @param {Array<Function> } x.accessors - data buffer accessors
44
45
* @param {Object } y - object containing output ndarray meta data
45
46
* @param {string } y.dtype - data type
46
47
* @param {Collection } y.data - data buffer
47
48
* @param {NonNegativeIntegerArray } y.shape - dimensions
48
49
* @param {IntegerArray } y.strides - stride lengths
49
50
* @param {NonNegativeInteger } y.offset - index offset
50
51
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
52
+ * @param {Array<Function> } y.accessors - data buffer accessors
51
53
* @param {boolean } isRowMajor - boolean indicating if provided arrays are in row-major order
52
54
* @param {Callback } fcn - callback function
53
55
* @param {* } thisArg - callback execution context
Original file line number Diff line number Diff line change @@ -42,13 +42,15 @@ var reverse = require( '@stdlib/array/base/reverse' );
42
42
* @param {IntegerArray } x.strides - stride lengths
43
43
* @param {NonNegativeInteger } x.offset - index offset
44
44
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
45
+ * @param {Array<Function> } x.accessors - data buffer accessors
45
46
* @param {Object } y - object containing output ndarray meta data
46
47
* @param {string } y.dtype - data type
47
48
* @param {Collection } y.data - data buffer
48
49
* @param {NonNegativeIntegerArray } y.shape - dimensions
49
50
* @param {IntegerArray } y.strides - stride lengths
50
51
* @param {NonNegativeInteger } y.offset - index offset
51
52
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
53
+ * @param {Array<Function> } y.accessors - data buffer accessors
52
54
* @param {Callback } fcn - callback function
53
55
* @param {* } thisArg - callback execution context
54
56
* @returns {void }
Original file line number Diff line number Diff line change 32
32
* @param {IntegerArray } x.strides - stride lengths
33
33
* @param {NonNegativeInteger } x.offset - index offset
34
34
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
35
+ * @param {Array<Function> } x.accessors - data buffer accessors
35
36
* @param {Object } y - object containing output ndarray meta data
36
37
* @param {string } y.dtype - data type
37
38
* @param {Collection } y.data - data buffer
38
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
39
40
* @param {IntegerArray } y.strides - stride lengths
40
41
* @param {NonNegativeInteger } y.offset - index offset
41
42
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
43
+ * @param {Array<Function> } y.accessors - data buffer accessors
42
44
* @param {Callback } fcn - callback function
43
45
* @param {* } thisArg - callback execution context
44
46
* @returns {void }
Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ var take = require( '@stdlib/array/base/take-indexed' );
39
39
* @param {IntegerArray } x.strides - stride lengths
40
40
* @param {NonNegativeInteger } x.offset - index offset
41
41
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
42
+ * @param {Array<Function> } x.accessors - data buffer accessors
42
43
* @param {Object } y - object containing output ndarray meta data
43
44
* @param {string } y.dtype - data type
44
45
* @param {Collection } y.data - data buffer
45
46
* @param {NonNegativeIntegerArray } y.shape - dimensions
46
47
* @param {IntegerArray } y.strides - stride lengths
47
48
* @param {NonNegativeInteger } y.offset - index offset
48
49
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
50
+ * @param {Array<Function> } y.accessors - data buffer accessors
49
51
* @param {boolean } isRowMajor - boolean indicating if provided arrays are in row-major order
50
52
* @param {Callback } fcn - callback function
51
53
* @param {* } thisArg - callback execution context
Original file line number Diff line number Diff line change @@ -40,13 +40,15 @@ var reverse = require( '@stdlib/array/base/reverse' );
40
40
* @param {IntegerArray } x.strides - stride lengths
41
41
* @param {NonNegativeInteger } x.offset - index offset
42
42
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
43
+ * @param {Array<Function> } x.accessors - data buffer accessors
43
44
* @param {Object } y - object containing output ndarray meta data
44
45
* @param {string } y.dtype - data type
45
46
* @param {Collection } y.data - data buffer
46
47
* @param {NonNegativeIntegerArray } y.shape - dimensions
47
48
* @param {IntegerArray } y.strides - stride lengths
48
49
* @param {NonNegativeInteger } y.offset - index offset
49
50
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
51
+ * @param {Array<Function> } y.accessors - data buffer accessors
50
52
* @param {Callback } fcn - callback function
51
53
* @param {* } thisArg - callback execution context
52
54
* @returns {void }
Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ var take = require( '@stdlib/array/base/take-indexed' );
39
39
* @param {IntegerArray } x.strides - stride lengths
40
40
* @param {NonNegativeInteger } x.offset - index offset
41
41
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
42
+ * @param {Array<Function> } x.accessors - data buffer accessors
42
43
* @param {Object } y - object containing output ndarray meta data
43
44
* @param {string } y.dtype - data type
44
45
* @param {Collection } y.data - data buffer
45
46
* @param {NonNegativeIntegerArray } y.shape - dimensions
46
47
* @param {IntegerArray } y.strides - stride lengths
47
48
* @param {NonNegativeInteger } y.offset - index offset
48
49
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
50
+ * @param {Array<Function> } y.accessors - data buffer accessors
49
51
* @param {boolean } isRowMajor - boolean indicating if provided arrays are in row-major order
50
52
* @param {Callback } fcn - callback function
51
53
* @param {* } thisArg - callback execution context
Original file line number Diff line number Diff line change @@ -42,13 +42,15 @@ var reverse = require( '@stdlib/array/base/reverse' );
42
42
* @param {IntegerArray } x.strides - stride lengths
43
43
* @param {NonNegativeInteger } x.offset - index offset
44
44
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
45
+ * @param {Array<Function> } x.accessors - data buffer accessors
45
46
* @param {Object } y - object containing output ndarray meta data
46
47
* @param {string } y.dtype - data type
47
48
* @param {Collection } y.data - data buffer
48
49
* @param {NonNegativeIntegerArray } y.shape - dimensions
49
50
* @param {IntegerArray } y.strides - stride lengths
50
51
* @param {NonNegativeInteger } y.offset - index offset
51
52
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
53
+ * @param {Array<Function> } y.accessors - data buffer accessors
52
54
* @param {Callback } fcn - callback function
53
55
* @param {* } thisArg - callback execution context
54
56
* @returns {void }
Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ var take = require( '@stdlib/array/base/take-indexed' );
39
39
* @param {IntegerArray } x.strides - stride lengths
40
40
* @param {NonNegativeInteger } x.offset - index offset
41
41
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
42
+ * @param {Array<Function> } x.accessors - data buffer accessors
42
43
* @param {Object } y - object containing output ndarray meta data
43
44
* @param {string } y.dtype - data type
44
45
* @param {Collection } y.data - data buffer
45
46
* @param {NonNegativeIntegerArray } y.shape - dimensions
46
47
* @param {IntegerArray } y.strides - stride lengths
47
48
* @param {NonNegativeInteger } y.offset - index offset
48
49
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
50
+ * @param {Array<Function> } y.accessors - data buffer accessors
49
51
* @param {boolean } isRowMajor - boolean indicating if provided arrays are in row-major order
50
52
* @param {Callback } fcn - callback function
51
53
* @param {* } thisArg - callback execution context
Original file line number Diff line number Diff line change @@ -42,13 +42,15 @@ var reverse = require( '@stdlib/array/base/reverse' );
42
42
* @param {IntegerArray } x.strides - stride lengths
43
43
* @param {NonNegativeInteger } x.offset - index offset
44
44
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
45
+ * @param {Array<Function> } x.accessors - data buffer accessors
45
46
* @param {Object } y - object containing output ndarray meta data
46
47
* @param {string } y.dtype - data type
47
48
* @param {Collection } y.data - data buffer
48
49
* @param {NonNegativeIntegerArray } y.shape - dimensions
49
50
* @param {IntegerArray } y.strides - stride lengths
50
51
* @param {NonNegativeInteger } y.offset - index offset
51
52
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
53
+ * @param {Array<Function> } y.accessors - data buffer accessors
52
54
* @param {Callback } fcn - callback function
53
55
* @param {* } thisArg - callback execution context
54
56
* @returns {void }
Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ var take = require( '@stdlib/array/base/take-indexed' );
39
39
* @param {IntegerArray } x.strides - stride lengths
40
40
* @param {NonNegativeInteger } x.offset - index offset
41
41
* @param {string } x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
42
+ * @param {Array<Function> } x.accessors - data buffer accessors
42
43
* @param {Object } y - object containing output ndarray meta data
43
44
* @param {string } y.dtype - data type
44
45
* @param {Collection } y.data - data buffer
45
46
* @param {NonNegativeIntegerArray } y.shape - dimensions
46
47
* @param {IntegerArray } y.strides - stride lengths
47
48
* @param {NonNegativeInteger } y.offset - index offset
48
49
* @param {string } y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
50
+ * @param {Array<Function> } y.accessors - data buffer accessors
49
51
* @param {boolean } isRowMajor - boolean indicating if provided arrays are in row-major order
50
52
* @param {Callback } fcn - callback function
51
53
* @param {* } thisArg - callback execution context
You can’t perform that action at this time.
0 commit comments