Rudolf Adamkovič Personal site


Pre-filling: np.<empty|zeros|ones|full>[_like]

import numpy as np
a = np.zeros((4, 4), dtype = np.int64)
a
array([[0, 0, 0, 0],
       [0, 0, 0, 0],
       [0, 0, 0, 0],
       [0, 0, 0, 0]])

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.