External functions
Copyright (C) 2005 IENT-RWTH Aachen
max_threads |
Returns the maximum number of threads simultaneously executed in algorihms. |
num_threads |
Gets or sets the number of threads simultaneously executed in algorihms. |
parallel_copy |
Assigns the values of elements from a source range to a destination range. |
parallel_for |
Computes parallel iteration of a function over a range of values |
parallel_reduce |
Computes parallel reduction over a range of values |
See Also

