System.Numerics.Vectors
1.1.5-beta
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package System.Numerics.Vectors --version 1.1.5-beta
NuGet\Install-Package System.Numerics.Vectors -Version 1.1.5-beta
<PackageReference Include="System.Numerics.Vectors" Version="1.1.5-beta" />
paket add System.Numerics.Vectors --version 1.1.5-beta
#r "nuget: System.Numerics.Vectors, 1.1.5-beta"
// Install System.Numerics.Vectors as a Cake Addin
#addin nuget:?package=System.Numerics.Vectors&version=1.1.5-beta&prerelease
// Install System.Numerics.Vectors as a Cake Tool
#tool nuget:?package=System.Numerics.Vectors&version=1.1.5-beta&prerelease
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
- Portable Class Libraries
Product | Versions |
---|---|
Windows Store | win8 |
This package has no dependencies.
NuGet packages (995)
Showing the top 5 NuGet packages that depend on System.Numerics.Vectors:
Package | Downloads |
---|---|
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. |
|
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. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks. |
|
Azure.Core
This is the implementation of the Azure Client Pipeline |
|
System.ServiceModel.Primitives
Package Description |
|
System.Private.ServiceModel
Package Description |
GitHub repositories (400)
Showing the top 5 popular GitHub repositories that depend on System.Numerics.Vectors:
Repository | Stars |
---|---|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
AvaloniaUI/Avalonia
A cross-platform UI framework for .NET
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
Version | Downloads | Last updated |
---|---|---|
4.5.0 | 336,192,238 | 5/29/2018 |
4.5.0-rc1 | 53,122 | 5/6/2018 |
4.5.0-preview2-26406-04 | 402,853 | 4/10/2018 |
4.5.0-preview1-26216-02 | 588,203 | 2/26/2018 |
4.4.0 | 288,744,626 | 8/11/2017 |
4.4.0-preview2-25405-01 | 388,806 | 6/27/2017 |
4.4.0-preview1-25305-02 | 15,586 | 5/9/2017 |
4.3.0 | 25,822,559 | 11/15/2016 |
4.3.0-preview1-24530-04 | 48,984 | 10/24/2016 |
4.1.1 | 63,825,301 | 6/27/2016 |
4.1.1-rc2-24027 | 2,078,551 | 5/16/2016 |
4.1.1-beta-23516 | 455,806 | 11/18/2015 |
4.1.1-beta-23409 | 377,768 | 10/15/2015 |
4.1.1-beta-23225 | 97,251 | 9/2/2015 |
4.1.0 | 1,311,700 | 7/29/2015 |
4.1.0-beta-23109 | 2,100 | 7/27/2015 |
4.1.0-beta-23019 | 2,549 | 6/30/2015 |
4.0.0 | 272,047 | 4/2/2015 |
1.1.6-beta | 3,444 | 12/20/2014 |
1.1.5-beta | 3,706 | 11/4/2014 |