Function lapacke::dpprfs[][src]

pub unsafe fn dpprfs(
    layout: Layout,
    uplo: u8,
    n: i32,
    nrhs: i32,
    ap: &[f64],
    afp: &[f64],
    b: &[f64],
    ldb: i32,
    x: &mut [f64],
    ldx: i32,
    ferr: &mut [f64],
    berr: &mut [f64]
) -> i32