diff --git a/pyopencl/array.py b/pyopencl/array.py index d8d9c9c22599783879ae17e45e2f70af5bda4092..7d349444913395c4f36c8cd6ef10c89f3148cfa2 100644 --- a/pyopencl/array.py +++ b/pyopencl/array.py @@ -341,6 +341,7 @@ class Array(object): .. autoattribute :: real .. autoattribute :: imag .. automethod :: conj + .. automethod :: conjugate .. automethod :: __getitem__ .. automethod :: __setitem__ @@ -1472,6 +1473,8 @@ class Array(object): else: return self + conjugate = conj + # }}} # {{{ event management