Function lapack::dlartgs [] [src]

pub unsafe fn dlartgs(
    x: &[f64],
    y: &[f64],
    sigma: &[f64],
    cs: &mut [f64],
    sn: &mut [f64]
)