CuVec icon indicating copy to clipboard operation
CuVec copied to clipboard

Improve NumPy subclass

Open casperdcl opened this issue 4 years ago • 0 comments

  • continue using an ndarray subclass
    • https://numpy.org/doc/stable/reference/arrays.classes.html
    • https://numpy.org/doc/stable/user/basics.subclassing.html
  • or use array containers
    • https://numpy.org/doc/stable/user/basics.dispatch.html
  • define __array_function__?
  • define __array_ufunc__?

casperdcl avatar Feb 01 '21 00:02 casperdcl