1 interface inheriting from IExponentialFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
9: IExponentialFunctions<TSelf>,
74 references to IExponentialFunctions
System.Numerics.Tensors (40)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3235where T : IExponentialFunctions<T> 3248where T : IExponentialFunctions<T> 3262where T : IExponentialFunctions<T> 3275where T : IExponentialFunctions<T> 3287where T : IExponentialFunctions<T> 3298where T : IExponentialFunctions<T> 3310where T : IExponentialFunctions<T> 3321where T : IExponentialFunctions<T> 3333where T : IExponentialFunctions<T> 3344where T : IExponentialFunctions<T> 3356where T : IExponentialFunctions<T> 3367where T : IExponentialFunctions<T> 4654where T : IExponentialFunctions<T> 4665where T : IExponentialFunctions<T> 4750where T : IExponentialFunctions<T> 4764where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (9)
1036where T : IExponentialFunctions<T> 1051where T : IExponentialFunctions<T> 1066where T : IExponentialFunctions<T> 1081where T : IExponentialFunctions<T> 1096where T : IExponentialFunctions<T> 1111where T : IExponentialFunctions<T> 1913where T : IExponentialFunctions<T> 1974where T : IExponentialFunctions<T> 1992where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (2)
30where T : IExponentialFunctions<T> 42where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (2)
25where T : IExponentialFunctions<T> 37where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (2)
26where T : IExponentialFunctions<T> 42internal readonly struct SigmoidOperator<T> : IUnaryOperator<T, T> where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.SoftMax.cs (1)
25where T : IExponentialFunctions<T>
System.Private.CoreLib (33)
src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
633/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 637/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 640/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 643/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 646/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 649/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1286/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 1289/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 1292/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 1295/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 1298/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 1301/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (6)
951/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 954/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 957/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 960/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 963/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 966/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\IExponentialFunctions.cs (1)
10where TSelf : IExponentialFunctions<TSelf>?
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1026where T : IExponentialFunctions<T>
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (6)
958/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 961/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 964/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 967/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 970/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 973/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
1472where T : IExponentialFunctions<T>
src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
628/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 632/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 635/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 638/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 641/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 644/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
385[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IExponentialFunctions<>))]