Function blas_sys::fortran::sspr2_ [] [src]

pub unsafe extern fn sspr2_(uplo: *const c_char,
                            n: *const c_int,
                            alpha: *const c_float,
                            x: *const c_float,
                            incx: *const c_int,
                            y: *const c_float,
                            incy: *const c_int,
                            ap: *mut c_float)