CMSIS-DSP:Correction for issue 258

pull/19/head
Christophe Favergeon 6 years ago
parent d5dabb0e23
commit c97ef0adf6

@ -60,7 +60,7 @@
/**
@brief Floating-point matrix inverse.
@param[in] pSrc points to input matrix structure
@param[in] pSrc points to input matrix structure. The source matrix is modified by the function.
@param[out] pDst points to output matrix structure
@return execution status
- \ref ARM_MATH_SUCCESS : Operation successful

@ -40,7 +40,7 @@
/**
@brief Floating-point (64 bit) matrix inverse.
@param[in] pSrc points to input matrix structure
@param[in] pSrc points to input matrix structure. The source matrix is modified by the function.
@param[out] pDst points to output matrix structure
@return execution status
- \ref ARM_MATH_SUCCESS : Operation successful

Loading…
Cancel
Save