DotMP
|
Classes | |
class | DotMP.Shared< T > |
A shared variable that can be used in a parallel region. This allows for a variable to be declared inside of a parallel region that is shared among all threads, which has some nice use cases. More... | |
class | DotMP.SharedEnumerable< T, U > |
A specialization of Shared for items that can be indexed with square brackets. The DotMP-parallelized Conjugate Gradient example shows this off fairly well inside of the SpMV function. More... | |
Namespaces | |
namespace | DotMP |