DrTimothyAldenDavis / GraphBLAS

SuiteSparse:GraphBLAS: graph algorithms in the language of linear algebra. For production: (default) STABLE branch. Code development: ask me for the right branch before submitting a PR. video intro: https://youtu.be/Tj5y6d7FegI .
http://faculty.cse.tamu.edu/davis/GraphBLAS.html
Other
345 stars 61 forks source link

`GrB_get` instead of fprint #269

Open rayegun opened 5 months ago

rayegun commented 5 months ago

Could an option be added to GrB_get the equivalent of GxB_fprint for all objects as a string? I may make a PR if I get some time.

DrTimothyAldenDavis commented 4 months ago

That would be possible. I assume there would be a need to specify the amount of details in the string, like my GxB_Print_Level enum, as well.

There's no way to log a function to print a user-defined type. That's a separate but related issue ( #143 )