powered by
Extract a specified column from a sparse matrix rapidly
column(m, i)
The matrix
The column index
This function will return the specified column as a vector of corresponding type.
This function implements faster column extraction algorithm for the CsparseMatrix class in the package Matrix.
CsparseMatrix