Skip to main content

nfloat_mat_mul_block

Function nfloat_mat_mul_block 

Source
pub unsafe extern "C" fn nfloat_mat_mul_block(
    C: *mut gr_mat_struct,
    A: *const gr_mat_struct,
    B: *const gr_mat_struct,
    min_block_size: slong,
    ctx: *mut gr_ctx_struct,
) -> c_int