2 implementations of IBinaryInputBinaryOutput
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
34private readonly struct SwappedBinaryInputBinaryOutput<TOperator, T> : IBinaryInputBinaryOutput<T>
System\Numerics\Tensors\netcore\TensorPrimitives.DivRem.cs (1)
78private 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)
35where TOperator : struct, IBinaryInputBinaryOutput<T> 177where TOperator : struct, IBinaryInputBinaryOutput<T> 366where TOperator : struct, IBinaryInputBinaryOutput<T> 548where TOperator : struct, IBinaryInputBinaryOutput<T> =>