[][src]Function gsl_sys::cblas_dspr

pub unsafe extern "C" fn cblas_dspr(
    order: CBLAS_ORDER,
    Uplo: CBLAS_UPLO,
    N: c_int,
    alpha: f64,
    X: *const f64,
    incX: c_int,
    Ap: *mut f64
)