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.17k stars 261 forks source link

Does klu support multithread and multi-cores? #32

Closed haolimin01 closed 4 years ago

DrTimothyAldenDavis commented 4 years ago

No, it's single-threaded.

haolimin01 commented 4 years ago

Thank you.