File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ Transpose-like operations
37
37
:nosignatures:
38
38
39
39
dpnp.moveaxis
40
- dpnp.roll
41
40
dpnp.rollaxis
42
41
dpnp.swapaxes
43
42
dpnp.ndarray.T
44
43
dpnp.transpose
44
+ dpnp.permute_dims
45
+ dpnp.matrix_transpose (Array API compatible)
45
46
46
47
47
48
Changing number of dimensions
@@ -69,9 +70,8 @@ Changing kind of array
69
70
:nosignatures:
70
71
71
72
dpnp.asarray
72
- dpnp.asnumpy
73
73
dpnp.asanyarray
74
- dpnp.asmatrix
74
+ dpnp.asnumpy
75
75
dpnp.asfarray
76
76
dpnp.asfortranarray
77
77
dpnp.ascontiguousarray
@@ -87,13 +87,14 @@ Joining arrays
87
87
:nosignatures:
88
88
89
89
dpnp.concatenate
90
+ dpnp.concat
90
91
dpnp.stack
91
92
dpnp.block
92
93
dpnp.vstack
93
94
dpnp.hstack
95
+ dpnp.dstack
94
96
dpnp.column_stack
95
97
dpnp.row_stack
96
- dpnp.dstack
97
98
98
99
99
100
Splitting arrays
@@ -108,6 +109,7 @@ Splitting arrays
108
109
dpnp.dsplit
109
110
dpnp.hsplit
110
111
dpnp.vsplit
112
+ dpnp.unstack
111
113
112
114
113
115
Tiling arrays
@@ -132,8 +134,8 @@ Adding and removing elements
132
134
dpnp.insert
133
135
dpnp.append
134
136
dpnp.resize
135
- dpnp.unique
136
137
dpnp.trim_zeros
138
+ dpnp.unique
137
139
dpnp.pad
138
140
139
141
@@ -147,6 +149,5 @@ Rearranging elements
147
149
dpnp.flip
148
150
dpnp.fliplr
149
151
dpnp.flipud
150
- dpnp.reshape
151
152
dpnp.roll
152
153
dpnp.rot90
You can’t perform that action at this time.
0 commit comments