System.Numerics.Vectors

 

The System.Numerics namespace in the System.Numerics.Vectors NuGet package provides a library of SIMD-enabled vector types for the .NET Framework. SIMD (Single Instruction Multiple Data operations) allows some operations to be parallelized at the hardware level, which results in huge performance improvements in apps that perform computations over vectors.

NamespaceDescription
System.Numerics

Provides a set of SIMD-enabled vector types.

Return to top
Show: