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

pub fn drotmg(
    d1: &mut [f64],
    d2: &mut [f64],
    b1: &mut [f64],
    b2: f64,
    P: &mut [f64]
) -> 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.