scipy.sparse.csr_matrix.

getcol#

csr_matrix.getcol(j)[source]#

返回矩阵第 j 列的副本,作为 (m x 1) 的稀疏矩阵(列向量)。