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

pub fn drot(a: &mut VectorF64, b: &mut VectorF64, c: f64, d: f64) -> Value
Expand description

This function applies a Givens rotation (x’, y’) = (c x + s y, -s x + c y) to the vectors x, y.