doc/source/reference/routines.array-creation.rst
.. _routines.array-creation:
.. seealso:: :ref:Array creation <arrays.creation>
.. currentmodule:: numpy
.. autosummary:: :toctree: generated/
empty empty_like eye identity ones ones_like zeros zeros_like full full_like
.. autosummary:: :toctree: generated/
array asarray asanyarray ascontiguousarray asmatrix astype copy frombuffer from_dlpack fromfile fromfunction fromiter fromstring loadtxt
.. _routines.array-creation.rec:
.. note:: Please refer to :ref:arrays.classes.rec for
record arrays.
.. autosummary:: :toctree: generated/
rec.array rec.fromarrays rec.fromrecords rec.fromstring rec.fromfile
.. _routines.array-creation.char:
numpy.char).. note:: :mod:numpy.char is used to create character
arrays.
.. autosummary:: :toctree: generated/
char.array char.asarray
.. autosummary:: :toctree: generated/
arange linspace logspace geomspace meshgrid mgrid ogrid
.. autosummary:: :toctree: generated/
diag diagflat tri tril triu vander
.. autosummary:: :toctree: generated/
bmat