Open pziezio opened 3 years ago
Tagging subscribers to this area: @dotnet/area-system-numerics See info in area-owners.md if you want to be subscribed.
Author: | pziezio |
---|---|
Assignees: | - |
Labels: | `area-System.Numerics`, `untriaged` |
Milestone: | - |
This is out of scope for .NET 7. Extending the vector and matrix types will be looked at in the future as they will likely require more extensive changes to make work and work as expected.
Vector, Matrix and Quaternion types form
System.Numeric
should implement newly added generic math interfaces likeIMultiplyOperators
,ISubtractionOperators
etc.Since these types already use hardware intrinsic instructions they have the possibility to become default standard for most of the math problems in .NET.
For now it's still required to implement custom Vector/Matrix types if we want to use both hardware intrinsics and generic math.
Preview Features in .NET 6 – Generic Math