Declare a multidimensional array by using cdef int[:, ::1]

后端 未结 0 1896
温柔的废话
温柔的废话 2021-02-01 17:18

this piece of code is written in python by using Cython to declare a multidimensional array:

cdef int[:, ::1] result_operation_2d_array = np.copy(solution.operati         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题