python numpy矩陣信息,shape,size,dtype

import numpy as np from numpy import random matrix1 = random.random(size=(2,4)) #矩陣每維的大小 print matrix1.shape #矩陣全部數據的個數 print matrix1.size #矩陣每一個數據的類型 print matrix1.dtype
相關文章
相關標籤/搜索