Platform Enumeration
Enumerates the possible target platforms of implementations.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[FlagsAttribute]
public enum Platform
Members
None | 0 | The platform is not specified. |
Managed | 1 | The code is 100% managed. |
Native | 2 | The code targets a specific processor architecture (x86 or x64). |
Hybrid | 3 | The code is a hybrid that may use managed or native code depending on the calculation. |
GPU | 4 | The code targets GPUs. |