[][src]Function hanblas::rot::drot

pub fn drot(
    n: HanInt,
    x: &[f64],
    incx: HanInt,
    y: &[f64],
    incy: HanInt,
    c: f64,
    s: f64
)