rainwoodman / vast

vala and scientific numerical computation
11 stars 1 forks source link

Core routines #40

Open arteymix opened 7 years ago

arteymix commented 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.