1 interface inheriting from IExponentialFunctions
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Numerics\IFloatingPointIeee754.cs (1)
9: IExponentialFunctions<TSelf>,
68 references to IExponentialFunctions
System.Numerics.Tensors (40)
System\Numerics\Tensors\netcore\Tensor.cs (16)
3632where T : IExponentialFunctions<T> 3645where T : IExponentialFunctions<T> 3659where T : IExponentialFunctions<T> 3672where T : IExponentialFunctions<T> 3684where T : IExponentialFunctions<T> 3695where T : IExponentialFunctions<T> 3707where T : IExponentialFunctions<T> 3718where T : IExponentialFunctions<T> 3730where T : IExponentialFunctions<T> 3741where T : IExponentialFunctions<T> 3753where T : IExponentialFunctions<T> 3764where T : IExponentialFunctions<T> 5155where T : IExponentialFunctions<T> 5166where T : IExponentialFunctions<T> 5251where T : IExponentialFunctions<T> 5265where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorOperation.cs (9)
1020where T : IExponentialFunctions<T> 1035where T : IExponentialFunctions<T> 1050where T : IExponentialFunctions<T> 1065where T : IExponentialFunctions<T> 1080where T : IExponentialFunctions<T> 1095where T : IExponentialFunctions<T> 1836where T : IExponentialFunctions<T> 1897where T : IExponentialFunctions<T> 1915where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (2)
30where T : IExponentialFunctions<T> => 35where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (2)
25where T : IExponentialFunctions<T> => 30where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (2)
25where T : IExponentialFunctions<T> => 30where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (2)
25where T : IExponentialFunctions<T> => 30where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (2)
25where T : IExponentialFunctions<T> => 30where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (2)
25where T : IExponentialFunctions<T> => 30where T : IExponentialFunctions<T>
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (2)
26where T : IExponentialFunctions<T> 37internal 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 (27)
src\libraries\System.Private.CoreLib\src\System\Double.cs (6)
631/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 635/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 638/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 641/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 644/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 647/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (6)
1290/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 1293/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 1296/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 1299/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 1302/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 1305/// <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)
934where 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)
1383where T : IExponentialFunctions<T>
src\libraries\System.Private.CoreLib\src\System\Single.cs (6)
626/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp" /> 630/// <inheritdoc cref="IExponentialFunctions{TSelf}.ExpM1(TSelf)" /> 633/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2(TSelf)" /> 636/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp2M1(TSelf)" /> 639/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10(TSelf)" /> 642/// <inheritdoc cref="IExponentialFunctions{TSelf}.Exp10M1(TSelf)" />
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
381[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.IExponentialFunctions<>))]