CMSIS-DSP
Version 1.8.0
CMSIS DSP Software Library
|
Content | |
Vector Copy | |
Vector Fill | |
Convert 32-bit floating point value | |
Convert 16-bit Integer value | |
Convert 32-bit Integer value | |
Convert 8-bit Integer value | |
Functions | |
void | arm_barycenter_f32 (const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbVectors, uint32_t vecDim) |
Barycenter. More... | |
float32_t | arm_weighted_sum_f32 (const float32_t *in, const float32_t *weigths, uint32_t blockSize) |
Weighted sum. More... | |
void arm_barycenter_f32 | ( | const float32_t * | in, |
const float32_t * | weights, | ||
float32_t * | out, | ||
uint32_t | nbVectors, | ||
uint32_t | vecDim | ||
) |
[in] | *in | List of vectors |
[in] | *weights | Weights of the vectors |
[out] | *out | Barycenter |
[in] | nbVectors | Number of vectors |
[in] | vecDim | Dimension of space (vector dimension) |