3 references to SquaredOperator_Single
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
33global using SquaredOperator_Single = System.Numerics.Tensors.TensorPrimitives.SquaredOperator<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Sum.cs (1)
69Aggregate<T, SquaredOperator<T>, AddOperator<T>>(x);
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
958Aggregate<SquaredOperator_Single, AddOperator_Single>(x);