SciTools / biggus

:no_entry: [DEPRECATED] Virtual large arrays and lazy evaluation.
http://biggus.readthedocs.io/
GNU Lesser General Public License v3.0
54 stars 27 forks source link

zeros() and ones() #71

Closed rhattersley closed 10 years ago

rhattersley commented 10 years ago

Add the analogues of numpy.zeros() and numpy.ones().

pelson commented 10 years ago

Perhaps by adding a biggus.empty() and an Array fill operation, which of course would all be lazy?