Function rgsl::blas::level1::srotmg [] [src]

pub fn srotmg(
    d1: &mut [f32],
    d2: &mut [f32],
    b1: &mut [f32],
    b2: f32,
    P: &mut [f32]
) -> Value

This function computes a modified Givens transformation. The modified Givens transformation is defined in the original Level-1 BLAS specification, given in the references.