Function blas::csrot[][src]

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