[][src]Function hanblas::rot::srot

pub fn srot(
    n: HanInt,
    x: &mut [f32],
    incx: HanInt,
    y: &mut [f32],
    incy: HanInt,
    c: f32,
    s: f32
)