Barycenter of weighted vectors
◆ arm_barycenter_f16()
| void arm_barycenter_f16 |
( |
const float16_t * | in, |
|
|
const float16_t * | weights, |
|
|
float16_t * | out, |
|
|
uint32_t | nbVectors, |
|
|
uint32_t | vecDim ) |
Barycenter.
- Parameters
-
| [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) |
◆ arm_barycenter_f32()
Barycenter.
- Parameters
-
| [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) |