, numpy 3- numpy. 3- 2- 1-
numpy.
, , 3- .
, , :
import numpy as np
storageMatrix=np.empty((4,9),dtype='object')
dtype 'object', numpy, storageMatrix Python.
numpy 1-d numpy:
storageMatrix[column,row]=np.arange(4096)
:
storageMatrix[column,row][0] = 1
storageMatrix[column,row][4092] = 2