Function rgsl::blas::level1::drot

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

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