|
|
|
@ -67,14 +67,6 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(ARM_MATH_NEON)
|
|
|
|
#if defined(ARM_MATH_NEON)
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @brief Floating-point matrix multiplication.
|
|
|
|
|
|
|
|
* @param[in] *pSrcA points to the first input matrix structure
|
|
|
|
|
|
|
|
* @param[in] *pSrcB points to the second input matrix structure
|
|
|
|
|
|
|
|
* @param[out] *pDst points to output matrix structure
|
|
|
|
|
|
|
|
* @return The function returns either
|
|
|
|
|
|
|
|
* <code>ARM_MATH_SIZE_MISMATCH</code> or <code>ARM_MATH_SUCCESS</code> based on the outcome of size checking.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
arm_status arm_mat_mult_f64(
|
|
|
|
arm_status arm_mat_mult_f64(
|
|
|
|
const arm_matrix_instance_f64 * pSrcA,
|
|
|
|
const arm_matrix_instance_f64 * pSrcA,
|
|
|
|
const arm_matrix_instance_f64 * pSrcB,
|
|
|
|
const arm_matrix_instance_f64 * pSrcB,
|
|
|
|
|