We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support ability to read just the indices and ignore the values, i.e. pretend the file is a pattern file even if it isn't.
pattern
Example use case: unweighted graph algorithms.
Corner cases to think about:
array
The text was updated successfully, but these errors were encountered:
Implementation idea:
Add flag to read_options. Flag could be set automatically if the value type is pattern_placeholder_type, but should not require that.
read_options
pattern_placeholder_type
Potentially make the flag have three states:
Sorry, something went wrong.
For the third state, I wonder how fmm treat zero values in matrix market file. Like 12 3 0.
12 3 0
Does fmm skip those lines?
No branches or pull requests
Support ability to read just the indices and ignore the values, i.e. pretend the file is a
pattern
file even if it isn't.Example use case: unweighted graph algorithms.
Corner cases to think about:
array
files? Both read into an array and read into sparse structThe text was updated successfully, but these errors were encountered: