Replies: 3 comments
-
I guess it is just a way to declare empty (which is a factory to generate an empty array) with the same API as the constructor of the class ? |
Beta Was this translation helpful? Give feedback.
-
sorry, it's in pyopencl/array.py I just wonder why it is placed in the middle of some methods of this module instead of the beginning or the end。'Array' is a class。 class Array is between 338 to 2294. (Number of rows) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Why is it so abrupt in the middle of the code?(empty = Array)
demo_array.py in examps
Beta Was this translation helpful? Give feedback.
All reactions