pub fn cs_matrix_from_matrix_market<T: RealField, P: AsRef<Path>>(
    path: P
) -> Option<CsMatrix<T>>
Expand description

Parses a Matrix Market file at the given path, and returns the corresponding sparse matrix.