scipy.sparse.csr_matrix.

getcol#

csr_matrix.getcol(j)[源代码]#

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