[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_scale_q31

pub unsafe extern "C" fn arm_mat_scale_q31(
    pSrc: *const arm_matrix_instance_q31,
    scaleFract: q31_t,
    shift: i32,
    pDst: *mut arm_matrix_instance_q31
) -> Type

@brief Q31 matrix scaling. @param[in] pSrc points to input matrix @param[in] scaleFract fractional portion of the scale factor @param[in] shift number of bits to shift the result by @param[out] pDst points to output matrix structure @return The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.