2 implementations of IUnaryInputBinaryOutput
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.SinCos.cs (1)
30private readonly struct SinCosOperator<T> : IUnaryInputBinaryOutput<T> where T : ITrigonometricFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.SinCosPi.cs (1)
30private readonly struct SinCosPiOperator<T> : IUnaryInputBinaryOutput<T> where T : ITrigonometricFunctions<T>
7 references to IUnaryInputBinaryOutput
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
27where TUnaryOperator : struct, IUnaryInputBinaryOutput<T>
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (6)
29where TOperator : IUnaryInputBinaryOutput<float> 43where TOperator : IUnaryInputBinaryOutput<float> 55where TOperator : IUnaryInputBinaryOutput<float> 67where TOperator : IUnaryInputBinaryOutput<double> 79where TOperator : IUnaryInputBinaryOutput<double> 91where TOperator : IUnaryInputBinaryOutput<double>