[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_scale_f32

pub unsafe extern "C" fn arm_mat_scale_f32(
    pSrc: *const arm_matrix_instance_f32,
    scale: float32_t,
    pDst: *mut arm_matrix_instance_f32
) -> Type

@brief Floating-point matrix scaling. @param[in] pSrc points to the input matrix @param[in] scale scale factor @param[out] pDst points to the output matrix @return The function returns either ARM_MATH_SIZE_MISMATCH or ARM_MATH_SUCCESS based on the outcome of size checking.