![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
#include "tpt_math.h"
Functions | |
| f32_t | tpt_lse_f32 (const f32_t *src, uint32_t size) |
| Log-Sum-Exp of the floating-point vector. More... | |
| f32_t | tpt_lse_dprod_f32 (const f32_t *aInDataA, const f32_t *aInDataB, uint32_t aCount, f32_t *aBuffer) |
| Dot product with Log-Sum-Exp of the floating-point vector. More... | |