Closed rhattersley closed 10 years ago
Add the analogues of numpy.zeros() and numpy.ones().
numpy.zeros()
numpy.ones()
Perhaps by adding a biggus.empty() and an Array fill operation, which of course would all be lazy?
biggus.empty()
Add the analogues of
numpy.zeros()
andnumpy.ones()
.