System.Numerics.Vectors 1.1.5-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of System.Numerics.Vectors.
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Numerics.Vectors" Version="1.1.5-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Numerics.Vectors --version 1.1.5-beta
#r "nuget: System.Numerics.Vectors, 1.1.5-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
Windows Store win8 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (477)

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-preview.19073.11 0 1/28/2019
4.6.0-preview.18571.3 0 11/30/2018
4.1.0 22,230 7/20/2015
4.1.0-beta-23019 199 6/29/2015
4.0.0 5,657 4/2/2015
1.1.6-beta 541 12/20/2014
1.1.5-beta 1 11/4/2014