pub fn convert_csc_csr<T>(csc: &CscMatrix<T>) -> CsrMatrix<T>where T: Scalar,
Converts a CscMatrix to a CsrMatrix.
CscMatrix
CsrMatrix