Barycenter of weighted vectors 
      
        
          | void arm_barycenter_f16 | ( | const float16_t * | in, | 
        
          |  |  | const float16_t * | weights, | 
        
          |  |  | float16_t * | out, | 
        
          |  |  | uint32_t | nbVectors, | 
        
          |  |  | uint32_t | vecDim | 
        
          |  | ) |  |  | 
      
 
- 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) |  
 
- Returns
- None 
 
 
- 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) |  
 
- Returns
- None