Function gsl_sys::gsl_blas_caxpy[][src]

pub unsafe extern "C" fn gsl_blas_caxpy(
    alpha: gsl_complex_float,
    X: *const gsl_vector_complex_float,
    Y: *mut gsl_vector_complex_float
) -> c_int