System.Numerics.Vectors
1.1.5-beta
Prefix Reserved
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" />
<PackageVersion Include="System.Numerics.Vectors" Version="1.1.5-beta" />
<PackageReference Include="System.Numerics.Vectors" />
paket add System.Numerics.Vectors --version 1.1.5-beta
#r "nuget: System.Numerics.Vectors, 1.1.5-beta"
#:package System.Numerics.Vectors@1.1.5-beta
#addin nuget:?package=System.Numerics.Vectors&version=1.1.5-beta&prerelease
#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 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 (548)
Showing the top 20 popular GitHub repositories that depend on System.Numerics.Vectors:
Repository | Stars |
---|---|
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
|
|
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.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
QuestPDF/QuestPDF
Generate and edit PDF documents in your .NET applications using the open-source QuestPDF library and its C# Fluent API. Build invoices, reports and data exports with ease.
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
proxysu/ProxySU
Xray,V2ray,Trojan,NaiveProxy, Trojan-Go, ShadowsocksR(SSR),Shadowsocks-libev及相关插件,MTProto+TLS 一键安装工具,windows下用(一键科学上网)
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
|
Version | Downloads | Last Updated |
---|---|---|
4.6.0-preview5.19224.8 | 1 | 1/17/2021 |
4.6.0-preview4.19212.13 | 1 | 1/17/2021 |
4.6.0-preview3.19128.7 | 2 | 1/17/2021 |
4.6.0-preview.19073.11 | 1 | 1/17/2021 |
4.6.0-preview.18571.3 | 1 | 1/17/2021 |
4.5.0 | 43,356 | 1/17/2021 |
4.5.0-rc1 | 1 | 1/17/2021 |
4.5.0-preview2-26406-04 | 2 | 1/17/2021 |
4.5.0-preview1-26216-02 | 1 | 1/17/2021 |
4.4.0 | 85,549 | 1/17/2021 |
4.4.0-preview2-25405-01 | 89 | 1/17/2021 |
4.4.0-preview1-25305-02 | 1 | 1/17/2021 |
4.3.0 | 247 | 1/17/2021 |
4.3.0-preview1-24530-04 | 5 | 1/17/2021 |
4.1.1 | 47,850 | 1/17/2021 |
4.1.1-rc2-24027 | 154 | 1/17/2021 |
4.1.1-beta-23516 | 28,231 | 11/18/2015 |
4.1.1-beta-23409 | 73,320 | 10/15/2015 |
4.1.1-beta-23225 | 1,803 | 9/2/2015 |
4.1.0 | 90,806 | 7/29/2015 |
4.1.0-beta-23109 | 277 | 7/27/2015 |
4.1.0-beta-23019 | 318 | 6/30/2015 |
4.0.0 | 12,621 | 4/2/2015 |
1.1.6-beta | 649 | 12/20/2014 |
1.1.5-beta | 912 | 11/4/2014 |