2 implementations of IBinaryInputBinaryOutput
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (1)
33private 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)
34where TOperator : struct, IBinaryInputBinaryOutput<T> 176where TOperator : struct, IBinaryInputBinaryOutput<T> 365where TOperator : struct, IBinaryInputBinaryOutput<T> 547where TOperator : struct, IBinaryInputBinaryOutput<T> =>