3 references to SubtractSquaredOperator_Single
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Distance.cs (1)
42
return T.Sqrt(Aggregate<T,
SubtractSquaredOperator
<T>, AddOperator<T>>(x, y));
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
13
global using SubtractSquaredOperator_Single = System.Numerics.Tensors.TensorPrimitives.
SubtractSquaredOperator
<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
206
return MathF.Sqrt(Aggregate<
SubtractSquaredOperator_Single
, AddOperator_Single>(x, y));