numpy.ndarray.T¶. ndarray.T¶. Same as self.transpose(), except that self is returned if self.ndim < 2. Examples. >>> >>> x = np.array([[1.,2.],[3.,4.]]) ...
確定! 回上一頁