Function stpsv_

Source
pub unsafe extern "C" fn stpsv_(
    uplo: *const c_char,
    trans: *const c_char,
    diag: *const c_char,
    n: *const blas_int,
    ap: *const f32,
    x: *mut f32,
    incx: *const blas_int,
)