Q:

numpy how to length of vector

>>> x = np.zeros((3, 5, 2), dtype=np.complex128)
>>> x.size
30
>>> np.prod(x.shape)
30
0

New to Communities?

Join the community