[][src]Function hanblas::rot::csrot

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