![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|

Functions | |
| void | tpt_barycenter_f32 (f32_t *aOutData, const f32_t *aInData, const f32_t *aWeights, uint32_t aNumofvec, uint32_t aDimofvec) |
| Barycenter of the single-precision floating-point type. More... | |
The function calculates the barycenter of the input vector. TPT DSP library only supports the barycenter function for single-precision floating-point data.
| void tpt_barycenter_f32 | ( | f32_t * | aOutData, |
| const f32_t * | aInData, | ||
| const f32_t * | aWeights, | ||
| uint32_t | aNumofvec, | ||
| uint32_t | aDimofvec | ||
| ) |
Barycenter of the single-precision floating-point type.
| [out] | aOutData | pointer of the output vector |
| [in] | aInData | pointer of the input vector |
| [in] | aWeights | pointer of the weighted vector |
| [in] | aNumofvec | number of input vectors |
| [in] | aDimofvec | dimension of vector space |