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

numpy.tril(m, k=0)

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

numpy.full(shape, fill_value, dtype=None, order='C')

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.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.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.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.fromfunction()
  • References/Python/NumPy/Routines/Array creation routines

numpy.fromfunction(function, shape, **kwargs)

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