chsvlib
chsv helper source code

◆ reset_parallel_mode()

bool reset_parallel_mode ( )
protected

For matrices with dynamic parallelism resets a mode of a matrix parallel execution to sequential. This is a wrap over set_parallel_mode.

Returns
A previous state of the flag.

A call to this is the same as:

bool set_parallel_mode(bool fParallel=true)
For matrices with dynamic parallelism sets a mode of a matrix parallel execution. The function is thr...

See set_parallel_mode for further details.