Open arteymix opened 7 years ago
This is a work-in-progress for implementing all the core routines for manipulating dense arrays.
Here's the reference from NumPy: https://docs.scipy.org/doc/numpy/reference/routines.array-manipulation.html
I wonder if we will be capable of generating code beyond element-wise operators, thus it's kind of relevant to write them by hand for now.
This is a work-in-progress for implementing all the core routines for manipulating dense arrays.
Here's the reference from NumPy: https://docs.scipy.org/doc/numpy/reference/routines.array-manipulation.html
I wonder if we will be capable of generating code beyond element-wise operators, thus it's kind of relevant to write them by hand for now.