1 reference to Hypot
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (1)
75
return Vector512.
Hypot
(x.AsDouble(), y.AsDouble()).As<double, T>();