10 implementations of IAggregationOperator
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (1)
49
internal readonly struct AddOperator<T> :
IAggregationOperator
<T> where T : IAdditionOperators<T, T, T>, IAdditiveIdentity<T, T>
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
81
internal readonly struct MaxOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
67
internal readonly struct MaxMagnitudeOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
82
internal readonly struct MaxMagnitudeNumberOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
80
internal readonly struct MaxNumberOperator<T> :
IAggregationOperator
<T> where T : INumber<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
79
internal readonly struct MinOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
77
internal readonly struct MinMagnitudeOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
82
internal readonly struct MinMagnitudeNumberOperator<T> :
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
80
internal readonly struct MinNumberOperator<T> :
IAggregationOperator
<T> where T : INumber<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Multiply.cs (1)
50
internal readonly struct MultiplyOperator<T> :
IAggregationOperator
<T> where T : IMultiplyOperators<T, T, T>, IMultiplicativeIdentity<T, T>
6 references to IAggregationOperator
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (2)
33
where TAggregationOperator : struct,
IAggregationOperator
<T>
1146
where TAggregationOperator : struct,
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
376
where TMinMaxOperator : struct,
IAggregationOperator
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (3)
79
where TSingleAggregationOperator : struct,
IAggregationOperator
<float> =>
85
where TSingleAggregationOperator : struct,
IAggregationOperator
<float> =>
89
where TSingleMinMaxOperator : struct,
IAggregationOperator
<float> =>