System.Numerics.Vectors 4.6.1
About
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
Main Types
The main types provided by this library are:
- System.Numerics.Matrix3x2
- System.Numerics.Matrix4x4
- System.Numerics.Plane
- System.Numerics.Quaternion
- System.Numerics.Vector2
- System.Numerics.Vector3
- System.Numerics.Vector4
- System.Numerics.Vector
- System.Numerics.Vector
Additional Documentation
- API reference can be found in: https://learn.microsoft.com/en-us/dotnet/api/system.numerics.vectors
License
System.Numerics.Vectors is released as open source under the MIT license.
Showing the top 20 packages that depend on System.Numerics.Vectors.
| Packages | Downloads |
|---|---|
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
16 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
17 |
|
Azure.Core
This is the implementation of the Azure Client Pipeline
|
18 |
|
BenchmarkDotNet
Powerful .NET library for benchmarking
|
17 |
|
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/8edf7bcd4f1594c3d68a6a567469f41dbd33dd1b.
|
18 |
|
Microsoft.CodeAnalysis.Features
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e68227ea677b76a3c603bd616f03ea6d952b2458.
|
19 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/5e3a11e2e7f952da93f9d35bd63a2fa181c0608b.
|
17 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
|
20 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
|
19 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/cf82d399c36008e7936d545cde24141f8d3790fa.
|
17 |
|
Microsoft.CodeAnalysis.Workspaces.Common
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/f99bb16a395e48a05520ba7af1549b20bfdeee36.
|
19 |
|
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
18 |
|
SixLabors.Fonts
A cross-platform library for loading and laying out fonts for processing and measuring; written in C#
|
37 |
|
System.Buffers.Primitives
Slices of arrays and buffers
|
16 |
|
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.
|
17 |
|
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
7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
When using NuGet 3.x this package requires at least version 3.4.
|
21 |
|
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
7ee84596d92e178bce54c986df31ccc52479e772
When using NuGet 3.x this package requires at least version 3.4.
|
17 |
|
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
When using NuGet 3.x this package requires at least version 3.4.
|
19 |
|
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.
|
81 |
.NET Framework 4.6.2
- No dependencies.
.NET Core 2.0
- No dependencies.
.NET Standard 2.0
- No dependencies.
.NET Standard 2.1
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.6.1 | 12 | 23.05.2025 |
| 4.6.0 | 10 | 24.12.2024 |
| 4.5.0 | 21 | 29.07.2024 |
| 4.5.0-rc1 | 11 | 29.01.2025 |
| 4.5.0-preview2-26406-04 | 15 | 29.07.2024 |
| 4.5.0-preview1-26216-02 | 13 | 29.07.2024 |
| 4.4.0 | 14 | 23.01.2025 |
| 4.4.0-preview2-25405-01 | 11 | 15.01.2025 |
| 4.4.0-preview1-25305-02 | 10 | 23.01.2025 |
| 4.3.0 | 9 | 23.01.2025 |
| 4.3.0-preview1-24530-04 | 10 | 16.08.2024 |
| 4.1.1 | 14 | 29.07.2024 |
| 4.1.1-rc2-24027 | 13 | 29.07.2024 |
| 4.1.1-beta-23516 | 12 | 29.07.2024 |
| 4.1.1-beta-23409 | 12 | 29.07.2024 |
| 4.1.1-beta-23225 | 12 | 29.07.2024 |
| 4.1.0 | 11 | 29.07.2024 |
| 4.1.0-beta-23109 | 10 | 24.01.2025 |
| 4.1.0-beta-23019 | 11 | 29.07.2024 |
| 4.0.0 | 11 | 29.07.2024 |
| 1.1.6-beta | 12 | 16.01.2025 |
| 1.1.5-beta | 14 | 16.01.2025 |