Skip to content

Latest commit

 

History

History
79 lines (61 loc) · 1.02 KB

File metadata and controls

79 lines (61 loc) · 1.02 KB
.. currentmodule:: dpnp

Array creation routines

From shape or value

.. autosummary::
   :toctree: generated/
   :nosignatures:

   empty
   empty_like
   eye
   identity
   ones
   ones_like
   zeros
   zeros_like
   full
   full_like


From existing data

.. autosummary::
   :toctree: generated/
   :nosignatures:

   array
   asarray
   asanyarray
   ascontiguousarray
   astype
   copy
   frombuffer
   from_dlpack
   fromfile
   fromfunction
   fromiter
   fromstring
   loadtxt


Numerical ranges

.. autosummary::
   :toctree: generated/
   :nosignatures:

   arange
   linspace
   logspace
   geomspace
   meshgrid
   mgrid
   ogrid


Building matrices

.. autosummary::
   :toctree: generated/
   :nosignatures:

   diag
   diagflat
   tri
   tril
   triu
   vander