5 references to AbsoluteOperator_Single
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.Abs.cs (1)
31InvokeSpanIntoSpan<T, AbsoluteOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
9global using AbsoluteOperator_Single = System.Numerics.Tensors.TensorPrimitives.AbsoluteOperator<float>;
System\Numerics\Tensors\netcore\TensorPrimitives.Sum.cs (1)
47Aggregate<T, AbsoluteOperator<T>, AddOperator<T>>(x);
System\Numerics\Tensors\TensorPrimitives.Single.cs (2)
30InvokeSpanIntoSpan<AbsoluteOperator_Single>(x, destination); 937Aggregate<AbsoluteOperator_Single, AddOperator_Single>(x);