justinlubin / cobbler

Refactor programs to use library functions!
5 stars 0 forks source link

Stub out NumPy slicing algorithm #6

Closed justinlubin closed 1 year ago

justinlubin commented 1 year ago

We can stub out the slicing algorithm by manually computing / providing f(x1, ..., xN) @ _ [k] and @ len(_) to get the whole pipeline working quicker.

justinlubin commented 1 year ago

Probably depends on #5