Function rgsl::blas::level1::srot

source ·
pub fn srot(a: &mut VectorF32, b: &mut VectorF32, c: f32, d: f32) -> Value
Expand description

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