DotMP
Namespaces | Enumerations
Operations.cs File Reference

Namespaces

namespace  DotMP
 

Enumerations

enum class  DotMP.Operations {
  DotMP.Add , DotMP.Subtract , DotMP.Multiply , DotMP.BinaryAnd ,
  DotMP.BinaryOr , DotMP.BinaryXor , DotMP.BooleanAnd , DotMP.BooleanOr ,
  DotMP.Min , DotMP.Max
}
 Enum that represents the different operations that can be used in a for-reduction. The operations are Add, Subtract, Multiply, BinaryAnd, BinaryOr, BinaryXor, BooleanAnd, BooleanOr, Min, and Max. More...