Function cscal_

Source
pub unsafe extern "C" fn cscal_(
    n: *const blas_int,
    a: *const c32,
    x: *mut c32,
    incx: *const blas_int,
)