pub fn cs_matrix_from_matrix_market_str<T: RealField>( data: &str, ) -> Option<CsMatrix<T>>
Parses a Matrix Market file described by the given string, and returns the corresponding sparse matrix.