Relative Content

Tag Archive for c++windowsg++openmpeigen

BiCGSTAB does not speed up with OpenMP

I want to use OpenMP with Eigen BiCGSTAB solver.
The documentation of Eigen says it is supported, but I cannot figure out why it’s not reducing the time of solving linear equations.