Function dscal_

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