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