File tree 22 files changed +42
-42
lines changed
lib/node_modules/@stdlib/ndarray/base/unary/lib
22 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 32
32
* @param {NonNegativeIntegerArray } x.shape - dimensions
33
33
* @param {IntegerArray } x.strides - stride lengths
34
34
* @param {NonNegativeInteger } x.offset - index offset
35
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
36
36
* @param {Object } y - object containing output ndarray meta data
37
37
* @param {string } y.dtype - data type
38
38
* @param {Collection } y.data - data buffer
39
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
40
40
* @param {IntegerArray } y.strides - stride lengths
41
41
* @param {NonNegativeInteger } y.offset - index offset
42
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
43
43
* @param {Callback } fcn - unary callback
44
44
* @returns {void }
45
45
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 30
30
* @param {NonNegativeIntegerArray } x.shape - dimensions
31
31
* @param {IntegerArray } x.strides - stride lengths
32
32
* @param {NonNegativeInteger } x.offset - index offset
33
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
34
34
* @param {Object } y - object containing output ndarray meta data
35
35
* @param {string } y.dtype - data type
36
36
* @param {Collection } y.data - data buffer
37
37
* @param {NonNegativeIntegerArray } y.shape - dimensions
38
38
* @param {IntegerArray } y.strides - stride lengths
39
39
* @param {NonNegativeInteger } y.offset - index offset
40
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Callback } fcn - unary callback
42
42
* @returns {void }
43
43
*
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ var init = require( './init.js' );
35
35
* @param {NonNegativeIntegerArray } x.shape - dimensions
36
36
* @param {IntegerArray } x.strides - stride lengths
37
37
* @param {NonNegativeInteger } x.offset - index offset
38
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
38
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
39
39
* @param {Object } y - object containing output ndarray meta data
40
40
* @param {string } y.dtype - data type
41
41
* @param {Collection } y.data - data buffer
42
42
* @param {NonNegativeIntegerArray } y.shape - dimensions
43
43
* @param {IntegerArray } y.strides - stride lengths
44
44
* @param {NonNegativeInteger } y.offset - index offset
45
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
45
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
46
46
* @param {Callback } fcn - unary callback
47
47
*
48
48
* @example
Original file line number Diff line number Diff line change 30
30
* @param {NonNegativeIntegerArray } x.shape - dimensions
31
31
* @param {IntegerArray } x.strides - stride lengths
32
32
* @param {NonNegativeInteger } x.offset - index offset
33
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
34
34
* @param {Object } y - object containing output ndarray meta data
35
35
* @param {string } y.dtype - data type
36
36
* @param {Collection } y.data - data buffer
37
37
* @param {NonNegativeIntegerArray } y.shape - dimensions
38
38
* @param {IntegerArray } y.strides - stride lengths
39
39
* @param {NonNegativeInteger } y.offset - index offset
40
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Callback } fcn - unary callback
42
42
* @returns {void }
43
43
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 30
30
* @param {NonNegativeIntegerArray } x.shape - dimensions
31
31
* @param {IntegerArray } x.strides - stride lengths
32
32
* @param {NonNegativeInteger } x.offset - index offset
33
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
34
34
* @param {Object } y - object containing output ndarray meta data
35
35
* @param {string } y.dtype - data type
36
36
* @param {Collection } y.data - data buffer
37
37
* @param {NonNegativeIntegerArray } y.shape - dimensions
38
38
* @param {IntegerArray } y.strides - stride lengths
39
39
* @param {NonNegativeInteger } y.offset - index offset
40
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Callback } fcn - unary callback
42
42
* @returns {void }
43
43
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 30
30
* @param {NonNegativeIntegerArray } x.shape - dimensions
31
31
* @param {IntegerArray } x.strides - stride lengths
32
32
* @param {NonNegativeInteger } x.offset - index offset
33
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
34
34
* @param {Object } y - object containing output ndarray meta data
35
35
* @param {string } y.dtype - data type
36
36
* @param {Collection } y.data - data buffer
37
37
* @param {NonNegativeIntegerArray } y.shape - dimensions
38
38
* @param {IntegerArray } y.strides - stride lengths
39
39
* @param {NonNegativeInteger } y.offset - index offset
40
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Callback } fcn - unary callback
42
42
* @returns {void }
43
43
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 32
32
* @param {NonNegativeIntegerArray } x.shape - dimensions
33
33
* @param {IntegerArray } x.strides - stride lengths
34
34
* @param {NonNegativeInteger } x.offset - index offset
35
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
36
36
* @param {Object } y - object containing output ndarray meta data
37
37
* @param {string } y.dtype - data type
38
38
* @param {Collection } y.data - data buffer
39
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
40
40
* @param {IntegerArray } y.strides - stride lengths
41
41
* @param {NonNegativeInteger } y.offset - index offset
42
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
43
43
* @param {Callback } fcn - unary callback
44
44
* @returns {void }
45
45
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 32
32
* @param {NonNegativeIntegerArray } x.shape - dimensions
33
33
* @param {IntegerArray } x.strides - stride lengths
34
34
* @param {NonNegativeInteger } x.offset - index offset
35
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
36
36
* @param {Object } y - object containing output ndarray meta data
37
37
* @param {string } y.dtype - data type
38
38
* @param {Collection } y.data - data buffer
39
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
40
40
* @param {IntegerArray } y.strides - stride lengths
41
41
* @param {NonNegativeInteger } y.offset - index offset
42
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
43
43
* @param {Callback } fcn - unary callback
44
44
* @returns {void }
45
45
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 32
32
* @param {NonNegativeIntegerArray } x.shape - dimensions
33
33
* @param {IntegerArray } x.strides - stride lengths
34
34
* @param {NonNegativeInteger } x.offset - index offset
35
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
36
36
* @param {Object } y - object containing output ndarray meta data
37
37
* @param {string } y.dtype - data type
38
38
* @param {Collection } y.data - data buffer
39
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
40
40
* @param {IntegerArray } y.strides - stride lengths
41
41
* @param {NonNegativeInteger } y.offset - index offset
42
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
43
43
* @param {Callback } fcn - unary callback
44
44
* @returns {void }
45
45
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 32
32
* @param {NonNegativeIntegerArray } x.shape - dimensions
33
33
* @param {IntegerArray } x.strides - stride lengths
34
34
* @param {NonNegativeInteger } x.offset - index offset
35
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
36
36
* @param {Object } y - object containing output ndarray meta data
37
37
* @param {string } y.dtype - data type
38
38
* @param {Collection } y.data - data buffer
39
39
* @param {NonNegativeIntegerArray } y.shape - dimensions
40
40
* @param {IntegerArray } y.strides - stride lengths
41
41
* @param {NonNegativeInteger } y.offset - index offset
42
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
43
43
* @param {Callback } fcn - unary callback
44
44
* @returns {void }
45
45
*
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ var init = require( './init.js' );
37
37
* @param {NonNegativeIntegerArray } x.shape - dimensions
38
38
* @param {IntegerArray } x.strides - stride lengths
39
39
* @param {NonNegativeInteger } x.offset - index offset
40
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
41
41
* @param {Object } y - object containing output ndarray meta data
42
42
* @param {string } y.dtype - data type
43
43
* @param {Collection } y.data - data buffer
44
44
* @param {NonNegativeIntegerArray } y.shape - dimensions
45
45
* @param {IntegerArray } y.strides - stride lengths
46
46
* @param {NonNegativeInteger } y.offset - index offset
47
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
48
48
* @param {Callback } fcn - unary callback
49
49
*
50
50
* @example
Original file line number Diff line number Diff line change 34
34
* @param {NonNegativeIntegerArray } x.shape - dimensions
35
35
* @param {IntegerArray } x.strides - stride lengths
36
36
* @param {NonNegativeInteger } x.offset - index offset
37
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
37
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
38
38
* @returns {Object } object containing ndarray meta data
39
39
*/
40
40
function copy ( x ) {
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ var defaults = require( './defaults.js' );
49
49
* @param {NonNegativeIntegerArray } x.shape - dimensions
50
50
* @param {IntegerArray } x.strides - stride lengths
51
51
* @param {NonNegativeInteger } x.offset - index offset
52
- * @param {string } x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
52
+ * @param {string } x.order - specifies whether `x` is row-major (C-style) or column- major ( Fortran-style)
53
53
* @param {Object } y - object containing output ndarray meta data
54
54
* @param {string } y.dtype - data type
55
55
* @param {Collection } y.data - data buffer
56
56
* @param {NonNegativeIntegerArray } y.shape - dimensions
57
57
* @param {IntegerArray } y.strides - stride lengths
58
58
* @param {NonNegativeInteger } y.offset - index offset
59
- * @param {string } y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
59
+ * @param {string } y.order - specifies whether `y` is row-major (C-style) or column- major ( Fortran-style)
60
60
* @returns {Object } block data
61
61
*/
62
62
function init ( x , y ) {
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ var MAX_DIMS = UNARY.length + 2;
86
86
* - **shape**: dimensions.
87
87
* - **strides**: stride lengths.
88
88
* - **offset**: index offset.
89
- * - **order**: specifies whether `x` is row-major` (C-style) or column major( Fortran-style).
89
+ * - **order**: specifies whether an ndarray is row-major (C-style) or column major ( Fortran-style).
90
90
*
91
91
* @param {ArrayLikeObject<Object> } arrays - array-like object containing one input array and one output array
92
92
* @param {Callback } fcn - unary callback
You can’t perform that action at this time.
0 commit comments