|  | CMSIS-DSP
    Version 1.10.0
    CMSIS DSP Software Library | 
| Functions | |
| void | arm_quaternion_product_f32 (const float32_t *qa, const float32_t *qb, float32_t *qr, uint32_t nbQuaternions) | 
| Floating-point elementwise product two quaternions.  More... | |
Compute the elementwise product of quaternions.
| void arm_quaternion_product_f32 | ( | const float32_t * | qa, | 
| const float32_t * | qb, | ||
| float32_t * | qr, | ||
| uint32_t | nbQuaternions | ||
| ) | 
| [in] | qa | first array of quaternions | 
| [in] | qb | second array of quaternions | 
| [out] | qr | elementwise product of quaternions | 
| [in] | nbQuaternions | number of quaternions in the array |