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