Computes the logarithm of the sum of exponentials.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static double LogSumExp(
Vector<double> values
)
Public Shared Function LogSumExp (
values As Vector(Of Double)
) As Double
public:
static double LogSumExp(
Vector<double>^ values
)
static member LogSumExp :
values : Vector<float> -> float
Parameters
- values
- Type: Extreme.MathematicsVectorDouble
Return Value
Type:
DoubleThe logarithm of the sum of exponentials
of the elements of
values.
Numerical Libraries
Supported in: 6.0
Reference