Function cblas::drotm [] [src]

pub unsafe fn drotm(
    n: i32,
    x: &mut [f64],
    incx: i32,
    y: &mut [f64],
    incy: i32,
    p: &[f64]
)