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