4 references to Aggregate
System.Numerics.Tensors (4)
System\Numerics\Tensors\TensorPrimitives.Single.cs (4)
206
return MathF.Sqrt(
Aggregate
<SubtractSquaredOperator_Single, AddOperator_Single>(x, y));
269
Aggregate
<MultiplyOperator_Single, AddOperator_Single>(x, y);
749
return
Aggregate
<SubtractOperator_Single, MultiplyOperator_Single>(x, y);
780
return
Aggregate
<AddOperator_Single, MultiplyOperator_Single>(x, y);