numpy.frombuffer(buffer, dtype=float, count=-1, offset=0) Interpret a buffer as a 1-dimensional array.
numpy.fromiter(iterable, dtype, count=-1) Create a new 1-dimensional array from an iterable object.
numpy.tri(N, M=None, k=0, dtype=)
numpy.identity(n, dtype=None)
numpy.zeros_like(a, dtype=None, order='K', subok=True)
numpy.core.records.fromstring(datastring, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False,
numpy.bmat(obj, ldict=None, gdict=None)
numpy.ones_like(a, dtype=None, order='K', subok=True)
numpy.core.records.fromarrays(arrayList, dtype=None, shape=None, formats=None, names=None, titles=None, aligned=False, byteorder=None)
numpy.ones(shape, dtype=None, order='C')
Page 3 of 4