scipy.sparse.csr_matrix.

getrow#

csr_matrix.getrow(i)[source]#

返回矩阵第 i 行的副本,以 (1 x n) 稀疏矩阵(行向量)形式表示。