Function lib::srot[][src]

pub fn srot(
    n: usize,
    x: &mut [f32],
    incx: usize,
    y: &mut [f32],
    incy: usize,
    c: f32,
    s: f32
) -> bool

Applies an f32 plane rotation to 2 n-element f32 vectors: x and y, with respective strides incx and incy.