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

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