Function lapack::dpftrs[][src]

pub unsafe fn dpftrs(
    transr: u8,
    uplo: u8,
    n: i32,
    nrhs: i32,
    a: &[f64],
    b: &mut [f64],
    ldb: i32,
    info: &mut i32
)