lapack_sys

Function dspgst_

Source
pub unsafe extern "C" fn dspgst_(
    itype: *const lapack_int,
    uplo: *const c_char,
    n: *const lapack_int,
    ap: *mut c_double,
    bp: *const c_double,
    info: *mut lapack_int,
)