SciPy

scipy.sparse.csr_matrix.asformat

csr_matrix.asformat(format, copy=False)[source]

Return this matrix in the passed format.

Parameters:
format : {str, None}

The desired matrix format (“csr”, “csc”, “lil”, “dok”, “array”, …) or None for no conversion.

copy : bool, optional

If True, the result is guaranteed to not share data with self.

Returns:
A : This matrix in the passed format.

Previous topic

scipy.sparse.csr_matrix.argmin

Next topic

scipy.sparse.csr_matrix.asfptype