Function cblas::srotm [] [src]

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