LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
f32_t | tpt_lse_f32 (const f32_t *aInData, uint32_t aCount) |
Log-Sum-Exp of the floating-point vector. More... | |
f64_t | tpt_lse_f64 (const f64_t *aInData, uint32_t aCount) |
Log-Sum-Exp of the floating-point vector. More... | |
The LSE function computes the logarithm of the sum of the exponentials of a vector. The behavior can be defined as follows:
TPT DSP library only supports the LSE function for floating-point data.
Log-Sum-Exp of the floating-point vector.
[in] | aInData | pointer of the input vector |
[in] | aCount | number of elements in a vector |