• 2022-05-31
    下列Numpy数组运算函数中,______是求解矩阵转置的函数。
    A: np.matmul()
    B: np.stack()
    C: np.linalg.inv()
    D: np.transpose()