DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.15k stars 259 forks source link

ParU: Use correct format specifiers in demos #687

Closed mmuetzel closed 8 months ago

mmuetzel commented 8 months ago

Also use C++ idioms for printing to stdout.

DrTimothyAldenDavis commented 8 months ago

Looks fine. Yes, ParU has lots of C-style code that could be done in C++ style instead. I missed the branch 'dev' though. dev2 is more up to date than dev at the moment so I just copied the files over and pushed it there: https://github.com/DrTimothyAldenDavis/SuiteSparse/commit/cea4de9df5d19faa9e82f6c79994b421c15e416d .