1 interface inheriting from IRootFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
14
IRootFunctions
<TSelf>,
54 references to IRootFunctions
System.Numerics.Tensors (34)
System\Numerics\Tensors\netcore\Tensor.cs (12)
2856
where T :
IRootFunctions
<T>
2869
where T :
IRootFunctions
<T>
3114
where T :
IRootFunctions
<T>
3204
where T :
IRootFunctions
<T>
3406
where T :
IRootFunctions
<T>
3421
where T :
IRootFunctions
<T>
4317
where T :
IRootFunctions
<T>
4482
where T :
IRootFunctions
<T>
4494
where T :
IRootFunctions
<T>
4781
where T :
IRootFunctions
<T>
4794
where T :
IRootFunctions
<T>
4809
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (5)
784
where T :
IRootFunctions
<T>
918
where T :
IRootFunctions
<T>
1141
where T :
IRootFunctions
<T>
1799
where T :
IRootFunctions
<T>
2010
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Cbrt.cs (2)
22
where T :
IRootFunctions
<T> =>
27
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.CosineSimilarity.cs (6)
32
where T :
IRootFunctions
<T>
45
private static T CosineSimilarityCore<T>(ReadOnlySpan<T> x, ReadOnlySpan<T> y) where T :
IRootFunctions
<T>
371
private static T Finalize<T>(T dotProduct, T xSumOfSquares, T ySumOfSquares) where T :
IRootFunctions
<T> =>
375
private static T Finalize<T>(Vector128<T> dotProductVector, Vector128<T> xSumOfSquaresVector, Vector128<T> ySumOfSquaresVector) where T :
IRootFunctions
<T> =>
379
private static T Finalize<T>(Vector256<T> dotProductVector, Vector256<T> xSumOfSquaresVector, Vector256<T> ySumOfSquaresVector) where T :
IRootFunctions
<T> =>
383
private static T Finalize<T>(Vector512<T> dotProductVector, Vector512<T> xSumOfSquaresVector, Vector512<T> ySumOfSquaresVector) where T :
IRootFunctions
<T> =>
System\Numerics\Tensors\netcore\TensorPrimitives.Distance.cs (1)
35
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Hypot.cs (2)
25
where T :
IRootFunctions
<T>
37
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Norm.cs (1)
26
where T :
IRootFunctions
<T> =>
System\Numerics\Tensors\netcore\TensorPrimitives.RootN.cs (2)
23
where T :
IRootFunctions
<T> =>
27
private readonly struct RootNOperator<T>(int n) : IStatefulUnaryOperator<T> where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sqrt.cs (2)
21
where T :
IRootFunctions
<T>
33
where T :
IRootFunctions
<T>
System\Numerics\Tensors\netcore\TensorPrimitives.StdDev.cs (1)
20
where T :
IRootFunctions
<T>
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Double.cs (4)
1487
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Cbrt(TSelf)" />
1491
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Hypot(TSelf, TSelf)" />
1648
/// <inheritdoc cref="
IRootFunctions
{TSelf}.RootN(TSelf, int)" />
1771
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Sqrt(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (4)
2189
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Cbrt(TSelf)" />
2192
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Hypot(TSelf, TSelf)" />
2195
/// <inheritdoc cref="
IRootFunctions
{TSelf}.RootN(TSelf, int)" />
2198
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Sqrt(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IRootFunctions.cs (1)
10
where TSelf :
IRootFunctions
<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1383
where T :
IRootFunctions
<T>
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (4)
1807
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Cbrt(TSelf)" />
1810
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Hypot(TSelf, TSelf)" />
1813
/// <inheritdoc cref="
IRootFunctions
{TSelf}.RootN(TSelf, int)" />
1816
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Sqrt(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1787
where T :
IRootFunctions
<T>
src\libraries\System.Private.CoreLib\src\System\Single.cs (4)
1506
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Cbrt(TSelf)" />
1510
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Hypot(TSelf, TSelf)" />
1564
/// <inheritdoc cref="
IRootFunctions
{TSelf}.RootN(TSelf, int)" />
1687
/// <inheritdoc cref="
IRootFunctions
{TSelf}.Sqrt(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
396
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IRootFunctions
<>))]