1919
2020## randu()
2121
22- asynchronous, counterparts: ` randuAsync() ` , ` randuSync() `
23-
2422Create a random array sampled from uniform distribution.
2523
26- - ` randu(dim0, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gab3e2105aec551cb0bbcf104d437c0481 )
27- - ` randu(dim0, dim1, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#ga9a08025609da7db72c3a22493f85a171 )
28- - ` randu(dim0, dim1, dim2, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gae0d335466e5f5a1cb821dc241804923b )
29- - ` randu(dim0, dim1, dim2, dim3, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gac05c5b2de1cfc2d763b7d2943e9deee3 )
30- - ` randu(dims, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#ga15a5110a447509cab9589b2ad56c5e55 )
24+ - ` randu(dim0, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gab3e2105aec551cb0bbcf104d437c0481 )
25+ - ` randu(dim0, dim1, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#ga9a08025609da7db72c3a22493f85a171 )
26+ - ` randu(dim0, dim1, dim2, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gae0d335466e5f5a1cb821dc241804923b )
27+ - ` randu(dim0, dim1, dim2, dim3, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#gac05c5b2de1cfc2d763b7d2943e9deee3 )
28+ - ` randu(dims, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randu.htm#ga15a5110a447509cab9589b2ad56c5e55 )
3129
3230** Arguments:**
3331
@@ -43,15 +41,13 @@ alias of [randu()](#randu)
4341
4442## randn()
4543
46- asynchronous, counterparts: ` randnAsync() ` , ` randnSync() `
47-
4844Create a random array sampled from normal distribution.
4945
50- - ` randn(dim0, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga5d7b55d3d0f34d71f30a70ed7a2d928d )
51- - ` randn(dim0, dim1, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga5fe422f8cf2acc3c6f782f9148360f6c )
52- - ` randn(dim0, dim1, dim2, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga150fb95ddda0e37e8961254ca7afc8e5 )
53- - ` randn(dim0, dim1, dim2, dim3, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga9bc154f0bf07116ad208b2da4b71c3d8 )
54- - ` randn(dims, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#gae8aa1f5ec310aeb9e4cbd19d63998349 )
46+ - ` randn(dim0, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga5d7b55d3d0f34d71f30a70ed7a2d928d )
47+ - ` randn(dim0, dim1, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga5fe422f8cf2acc3c6f782f9148360f6c )
48+ - ` randn(dim0, dim1, dim2, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga150fb95ddda0e37e8961254ca7afc8e5 )
49+ - ` randn(dim0, dim1, dim2, dim3, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#ga9bc154f0bf07116ad208b2da4b71c3d8 )
50+ - ` randn(dims, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__randn.htm#gae8aa1f5ec310aeb9e4cbd19d63998349 )
5551
5652** Arguments:**
5753
@@ -67,15 +63,13 @@ alias of [randn()](#randn)
6763
6864## identity()
6965
70- asynchronous, counterparts: ` identityAsync() ` , ` identitySync() `
71-
7266Create an identity matrix (array with diagonal values 1).
7367
74- - ` identity(dim0, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga3f69c0a0ab7ba0c8c1ee3223772234b8 )
75- - ` identity(dim0, dim1, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#gaff9da6e4b83772359d748a4df66ec571 )
76- - ` identity(dim0, dim1, dim2, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga405b89c8f04901d58287fd6a8f5612c3 )
77- - ` identity(dim0, dim1, dim2, dim3, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga8e6605d76748c5fff365830e1a153132 )
78- - ` identity(dims, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#gafd8247e22fdb50218926d5d9391fa678 )
68+ - ` identity(dim0, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga3f69c0a0ab7ba0c8c1ee3223772234b8 )
69+ - ` identity(dim0, dim1, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#gaff9da6e4b83772359d748a4df66ec571 )
70+ - ` identity(dim0, dim1, dim2, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga405b89c8f04901d58287fd6a8f5612c3 )
71+ - ` identity(dim0, dim1, dim2, dim3, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#ga8e6605d76748c5fff365830e1a153132 )
72+ - ` identity(dims, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__identity.htm#gafd8247e22fdb50218926d5d9391fa678 )
7973
8074** Arguments:**
8175
@@ -87,15 +81,13 @@ Create an identity matrix (array with diagonal values 1).
8781
8882## range()
8983
90- asynchronous, counterparts: ` rangeAsync() ` , ` rangeSync() `
91-
9284Creates an array with [ 0, n] values along the seqDim which is tiled across other dimensions.
9385
94- - ` range(dim0, seqDim, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
95- - ` range(dim0, dim1, seqDim, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
96- - ` range(dim0, dim1, dim2, seqDim, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
97- - ` range(dim0, dim1, dim2, dim3, seqDim, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
98- - ` range(dims, seqDim, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga3789475e962b4c31e07c1c3bdab8498b )
86+ - ` range(dim0, seqDim, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
87+ - ` range(dim0, dim1, seqDim, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
88+ - ` range(dim0, dim1, dim2, seqDim, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
89+ - ` range(dim0, dim1, dim2, dim3, seqDim, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga1e2ae1f90d99f42854a19877261ac455 )
90+ - ` range(dims, seqDim, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__range.htm#ga3789475e962b4c31e07c1c3bdab8498b )
9991
10092** Arguments:**
10193
@@ -108,11 +100,9 @@ Creates an array with [0, n] values along the seqDim which is tiled across other
108100
109101## iota()
110102
111- asynchronous, counterparts: ` iotaAsync() ` , ` iotaSync() `
112-
113103Create an sequence [ 0, dims.elements - 1] and modify to specified dimensions dims and then tile it according to tileDims.
114104
115- - ` iota(dims, tileDims, type, callback ) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__iota.htm#ga8f7c55a54d1f93e55340f59b61662f29 )
105+ - ` iota(dims, tileDims, type) ` : [ -> ArrayFire Documentation] ( http://www.arrayfire.com/docs/group__data__func__iota.htm#ga8f7c55a54d1f93e55340f59b61662f29 )
116106
117107** Arguments:**
118108
@@ -124,8 +114,6 @@ Create an sequence [0, dims.elements - 1] and modify to specified dimensions dim
124114
125115## diag()
126116
127- asynchronous, counterparts: ` diagAsync() ` , ` diagSync() `
128-
129117Extract diagonal from a matrix when ` extract ` is set to ` true ` .
130118
131119Create a diagonal marix from input array when ` extract ` is set to ` false ` .
@@ -140,15 +128,13 @@ Create a diagonal marix from input array when `extract` is set to `false`.
140128
141129## constant()
142130
143- asynchronous, counterparts: ` constantAsync() ` , ` constantSync() `
144-
145131Create an array filled with the specified value.
146132
147- - ` constant(value, dim0, type, callback ) `
148- - ` constant(value, dim0, dim1, type, callback ) `
149- - ` constant(value, dim0, dim1, dim2, type, callback ) `
150- - ` constant(value, dim0, dim1, dim2, dim3, type, callback ) `
151- - ` constant(value, dims, type, callback ) `
133+ - ` constant(value, dim0, type) `
134+ - ` constant(value, dim0, dim1, type) `
135+ - ` constant(value, dim0, dim1, dim2, type) `
136+ - ` constant(value, dim0, dim1, dim2, dim3, type) `
137+ - ` constant(value, dims, type) `
152138
153139** Arguments:**
154140
0 commit comments