- [ ] `array_d(array)` : split up an existing array across localities (we have `tile()`, see below) - [x] `fromfunction(func, shape)` : like numpy's fromfunction (see #1289) - [ ] `file_read_hdf5_d(filename)` : like file_read_csv_d except it reads from hdf5 files Related methods that would be helpful... - [ ] `file_write_hdf5_d(filename)` : like file_read_hdf5_d except it writes files - [ ] `file_write_csv_d(filename)` : like file_write_hdf5_d except it writes csv files
array_d(array): split up an existing array across localities (we havetile(), see below)fromfunction(func, shape): like numpy's fromfunction (see Adding indices and fromfunction primitives #1289)file_read_hdf5_d(filename): like file_read_csv_d except it reads from hdf5 filesRelated methods that would be helpful...
file_write_hdf5_d(filename): like file_read_hdf5_d except it writes filesfile_write_csv_d(filename): like file_write_hdf5_d except it writes csv files