NMSIS-DSP
Version 1.3.1
NMSIS DSP Software Library
|
Compute the elementwise product of quaternions. More...
Functions | |
RISCV_DSP_ATTRIBUTE void | riscv_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.
RISCV_DSP_ATTRIBUTE void riscv_quaternion_product_f32 | ( | const float32_t * | qa, |
const float32_t * | qb, | ||
float32_t * | qr, | ||
uint32_t | nbQuaternions | ||
) |
Floating-point elementwise product two quaternions.
[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 |