[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_init_f32

pub unsafe extern "C" fn arm_mat_init_f32(
    S: *mut arm_matrix_instance_f32,
    nRows: u16,
    nColumns: u16,
    pData: *mut float32_t
)

@brief Floating-point matrix initialization. @param[in,out] S points to an instance of the floating-point matrix structure. @param[in] nRows number of rows in the matrix. @param[in] nColumns number of columns in the matrix. @param[in] pData points to the matrix data array.