4 references to SinOperator
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Sin.cs (1)
30InvokeSpanIntoSpan<T, SinOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (3)
61return SinOperator<T>.Invoke(xpi); 84return SinOperator<T>.Invoke(xpi); 107return SinOperator<T>.Invoke(xpi);