2 implementations of IBinaryInputBinaryOutput
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
34
private readonly struct SwappedBinaryInputBinaryOutput<TOperator, T> :
IBinaryInputBinaryOutput
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.DivRem.cs (1)
78
private readonly struct DivRemOperator<T> :
IBinaryInputBinaryOutput
<T> where T : IBinaryInteger<T>
4 references to IBinaryInputBinaryOutput
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (4)
35
where TOperator : struct,
IBinaryInputBinaryOutput
<T>
177
where TOperator : struct,
IBinaryInputBinaryOutput
<T>
366
where TOperator : struct,
IBinaryInputBinaryOutput
<T>
548
where TOperator : struct,
IBinaryInputBinaryOutput
<T> =>