Array creation routines

See also

Array creation

Ones and zeros

From existing data

Creating record arrays (numpy.rec)

Note

numpy.rec is the preferred alias for numpy.core.records.

Creating character arrays (numpy.char)

Note

numpy.char is the preferred alias for numpy.core.defchararray.

Numerical ranges

Building matrices

The Matrix class