System.Numerics.Vectors
4.0.0
Prefix Reserved
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package System.Numerics.Vectors --version 4.0.0
NuGet\Install-Package System.Numerics.Vectors -Version 4.0.0
<PackageReference Include="System.Numerics.Vectors" Version="4.0.0" />
paket add System.Numerics.Vectors --version 4.0.0
#r "nuget: System.Numerics.Vectors, 4.0.0"
// Install System.Numerics.Vectors as a Cake Addin #addin nuget:?package=System.Numerics.Vectors&version=4.0.0 // Install System.Numerics.Vectors as a Cake Tool #tool nuget:?package=System.Numerics.Vectors&version=4.0.0
This package provides APIs for accessing CPU-specific Single Instruction Multiple Data (SIMD) operations. SIMD allows parallelizing certain operations at the hardware level. This is especially useful in domains that perform computations over vectors, such as graphics, gaming, mathematics or finance.
The types in this package are implemented in IL which allows them to be used on non-SIMD enabled JIT compilers and hardware. However, in order to actually use SIMD instructions, you'll need to run on a JIT compiler that knows about these types in order to emit SIMD instructions. The JIT shipped with the current .NET runtime does not. The .NET code generation team has published a CTP of the the new JIT, codenamed "RyuJIT". The CTP adds SIMD support when compiling for x64.
Supported Targets:
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Portable Class Libraries
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Store | win8 is compatible. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on System.Numerics.Vectors:
Package | Downloads |
---|---|
Microsoft.AspNet.Server.Kestrel
ASP.NET 5 cross platform development web server. |
|
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 32b491939fbd125f304031c35038b1e14b4e3958 When using NuGet 3.x this package requires at least version 3.4. |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
|
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader |
|
Microsoft.NETCore
Provides a set of packages that can be used when building portable libraries on .NETCore based platforms. - 1548494 |
GitHub repositories (517)
Showing the top 5 popular GitHub repositories that depend on System.Numerics.Vectors:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
Version | Downloads | Last updated |
---|---|---|
4.6.0-preview5.19224.8 | 0 | 1/17/2021 |
4.6.0-preview4.19212.13 | 0 | 1/17/2021 |
4.6.0-preview3.19128.7 | 0 | 1/17/2021 |
4.6.0-preview.19073.11 | 0 | 1/17/2021 |
4.6.0-preview.18571.3 | 0 | 1/17/2021 |
4.5.0 | 42,257 | 1/17/2021 |
4.5.0-rc1 | 0 | 1/17/2021 |
4.5.0-preview2-26406-04 | 0 | 1/17/2021 |
4.5.0-preview1-26216-02 | 0 | 1/17/2021 |
4.4.0 | 85,372 | 1/17/2021 |
4.4.0-preview2-25405-01 | 87 | 1/17/2021 |
4.4.0-preview1-25305-02 | 0 | 1/17/2021 |
4.3.0 | 241 | 1/17/2021 |
4.3.0-preview1-24530-04 | 4 | 1/17/2021 |
4.1.1 | 47,816 | 1/17/2021 |
4.1.1-rc2-24027 | 153 | 1/17/2021 |
4.1.1-beta-23516 | 28,229 | 11/18/2015 |
4.1.1-beta-23409 | 73,319 | 10/15/2015 |
4.1.1-beta-23225 | 1,802 | 9/2/2015 |
4.1.0 | 90,805 | 7/29/2015 |
4.1.0-beta-23109 | 275 | 7/27/2015 |
4.1.0-beta-23019 | 317 | 6/30/2015 |
4.0.0 | 12,620 | 4/2/2015 |
1.1.6-beta | 648 | 12/20/2014 |
1.1.5-beta | 909 | 11/4/2014 |