[][src]Function gsl_sys::cblas_sgbmv

pub unsafe extern "C" fn cblas_sgbmv(
    order: CBLAS_ORDER,
    TransA: CBLAS_TRANSPOSE,
    M: c_int,
    N: c_int,
    KL: c_int,
    KU: c_int,
    alpha: f32,
    A: *const f32,
    lda: c_int,
    X: *const f32,
    incX: c_int,
    beta: f32,
    Y: *mut f32,
    incY: c_int
)