Function lapacke::dsyequb[][src]

pub unsafe fn dsyequb(
    layout: Layout,
    uplo: u8,
    n: i32,
    a: &[f64],
    lda: i32,
    s: &mut [f64],
    scond: &mut [f64],
    amax: &mut f64
) -> i32