1 parent 2efb2ad commit 726605cCopy full SHA for 726605c
1 file changed
arrayfire/array.py
@@ -589,7 +589,7 @@ def H(self):
589
"""
590
Return the hermitian transpose of the array
591
592
- return transpose(self, False)
+ return transpose(self, True)
593
594
def dims(self):
595
0 commit comments