lapack

Function dgetrs

Source
pub unsafe fn dgetrs(
    trans: u8,
    n: i32,
    nrhs: i32,
    a: &[f64],
    lda: i32,
    ipiv: &[i32],
    b: &mut [f64],
    ldb: i32,
    info: &mut i32,
)