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