lapack

Function slartgs

Source
pub unsafe fn slartgs(
    x: &[f32],
    y: &[f32],
    sigma: &[f32],
    cs: &mut [f32],
    sn: &mut [f32],
)