Function lapack::fortran::dptsv  
                   
                       [−]
                   
               [src]
pub unsafe fn dptsv(
n: i32,
nrhs: i32,
d: &mut [f64],
e: &mut [f64],
b: &mut [f64],
ldb: i32,
info: &mut i32
)