5 references to SinOperator
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\TensorPrimitives.Sin.cs (2)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SinOperator<float>>(x, destination)) 36InvokeSpanIntoSpan<T, SinOperator<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (3)
68return SinOperator<T>.Invoke(xpi); 91return SinOperator<T>.Invoke(xpi); 114return SinOperator<T>.Invoke(xpi);