numpy.frombuffer()
  • References/Python/NumPy/Routines/Array creation routines

numpy.frombuffer(buffer, dtype=float, count=-1, offset=0) Interpret a buffer as a 1-dimensional array.

2025-01-10 15:47:30
numpy.linspace()
  • References/Python/NumPy/Routines/Array creation routines

numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)

2025-01-10 15:47:30
numpy.core.records.fromstring()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.fromstring(datastring, dtype=None, shape=None, offset=0, formats=None, names=None, titles=None, aligned=False,

2025-01-10 15:47:30
numpy.zeros_like()
  • References/Python/NumPy/Routines/Array creation routines

numpy.zeros_like(a, dtype=None, order='K', subok=True)

2025-01-10 15:47:30
numpy.tri()
  • References/Python/NumPy/Routines/Array creation routines

numpy.tri(N, M=None, k=0, dtype=)

2025-01-10 15:47:30
numpy.bmat()
  • References/Python/NumPy/Routines/Array creation routines

numpy.bmat(obj, ldict=None, gdict=None)

2025-01-10 15:47:30
numpy.ones_like()
  • References/Python/NumPy/Routines/Array creation routines

numpy.ones_like(a, dtype=None, order='K', subok=True)

2025-01-10 15:47:30
numpy.identity()
  • References/Python/NumPy/Routines/Array creation routines

numpy.identity(n, dtype=None)

2025-01-10 15:47:30
numpy.core.records.array()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.records.array(obj, dtype=None, shape=None, offset=0, strides=None, formats=None, names=None, titles=None, aligned=False, byteorder=None

2025-01-10 15:47:30
numpy.empty()
  • References/Python/NumPy/Routines/Array creation routines

numpy.empty(shape, dtype=float, order='C') Return a new array of given shape and type, without initializing entries.

2025-01-10 15:47:30