pub fn convert_csr_dense<T>(csr: &CsrMatrix<T>) -> DMatrix<T>where
    T: Scalar + ClosedAdd + Zero,
Expand description

Converts a CsrMatrix to a dense matrix.